Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / FilterByBlank Property


In This Topic
FilterByBlank Property
In This Topic
Gets a value indicating whether the blank value is filtered-in.
Syntax
'Declaration
 
Public Property FilterByBlank As Boolean
 
'Usage
 
Dim instance As MultiValuesFilter
Dim value As Boolean
 
instance.FilterByBlank = value
 
value = instance.FilterByBlank

Property Value

true if the blank value is filtered-in; otherwise, false.
See Also