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


In This Topic
RowFilter Property
In This Topic
Gets or sets the row filter for the sheet.
Syntax
'Declaration
 
Public Property RowFilter As IRowFilter
 
'Usage
 
Dim instance As SheetView
Dim value As IRowFilter
 
instance.RowFilter = value
 
value = instance.RowFilter
See Also