Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BlankConditionalFormattingRule Class / IsBlank Property
Example


In This Topic
    IsBlank Property
    In This Topic
    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.
    Example
    This example sets the IsBlank property.
    See Also