Spread Windows Forms 12.0 Product Documentation
AllString Property (IRowFilter)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IRowFilter Interface : AllString Property
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
string AllString {get; set;}

Property Value

String containing the string for including all items
See Also

Reference

IRowFilter Interface
IRowFilter Members