Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRowFilter Interface / UnfilteredRows Property


In This Topic
UnfilteredRows Property (IRowFilter)
In This Topic
Gets or sets rows that are not to be filtered.
Syntax
'Declaration
 
Property UnfilteredRows As Integer()
 
'Usage
 
Dim instance As IRowFilter
Dim value() As Integer
 
instance.UnfilteredRows = value
 
value = instance.UnfilteredRows
See Also