Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingEventArgs Class / SheetView Property


In This Topic
SheetView Property (SortingEventArgs)
In This Topic
Gets the Sheet (SheetView object) to be sorted.
Syntax
'Declaration
 
Public ReadOnly Property SheetView As SheetView
 
'Usage
 
Dim instance As SortingEventArgs
Dim value As SheetView
 
value = instance.SheetView
See Also