FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilter Interface / BlanksString Property


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

Property Value

String containing the string for including blanks
See Also