Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoFilteringColumnEventArgs Class / Sheet Property


In This Topic
Sheet Property (AutoFilteringColumnEventArgs)
In This Topic
Gets the sheet whose rows are to be automatically filtered.
Syntax
'Declaration
 
Public ReadOnly Property Sheet As SheetView
 
'Usage
 
Dim instance As AutoFilteringColumnEventArgs
Dim value As SheetView
 
value = instance.Sheet
See Also