FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoSortedColumnEventArgs Class / Sheet Property


In This Topic
Sheet Property (AutoSortedColumnEventArgs)
In This Topic
Gets the sheet whose rows were just automatically sorted.
Syntax
'Declaration
 
Public ReadOnly Property Sheet As SheetView
 
'Usage
 
Dim instance As AutoSortedColumnEventArgs
Dim value As SheetView
 
value = instance.Sheet
See Also