Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / TableRowFilter Property


In This Topic
TableRowFilter Property
In This Topic
Get or sets the RowFilter of the table.
Syntax
'Declaration
 
Public Property TableRowFilter As IRowFilter
 
'Usage
 
Dim instance As TableView
Dim value As IRowFilter
 
instance.TableRowFilter = value
 
value = instance.TableRowFilter
See Also