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


In This Topic
AllString Property (IRowFilter)
In This Topic
Gets or sets the "(All)" filter item string.
Syntax
'Declaration
 
Property AllString As String
 
'Usage
 
Dim instance As IRowFilter
Dim value As String
 
instance.AllString = value
 
value = instance.AllString
See Also