Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BlankConditionalFormattingRule Class / IsBlank Property


In This Topic
IsBlank Property
In This Topic
Gets or sets a value that indicates whether this conditional formatting rule accepts blank values.
Syntax
'Declaration
 
Public Property IsBlank As Boolean
 
'Usage
 
Dim instance As BlankConditionalFormattingRule
Dim value As Boolean
 
instance.IsBlank = value
 
value = instance.IsBlank

Property Value

true if the accepted value is blank; otherwise, false.
See Also