Spread Windows Forms 17
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
    public bool IsBlank {get; set;}

    Property Value

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