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


In This Topic
SheetView Property (DefaultRowFilter)
In This Topic
Gets or sets the sheet associated with this row filter.
Syntax
'Declaration
 
Public Property SheetView As SheetView
 
'Usage
 
Dim instance As DefaultRowFilter
Dim value As SheetView
 
instance.SheetView = value
 
value = instance.SheetView
See Also