Spread for ASP.NET 12 Product Documentation
IsBlank Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BlankConditionalFormattingRule Class : IsBlank Property
Gets or sets 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
public bool IsBlank {get; set;}

Property Value

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

Reference

BlankConditionalFormattingRule Class
BlankConditionalFormattingRule Members