Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BlankConditionalFormattingRule Class / BlankConditionalFormattingRule Constructor / BlankConditionalFormattingRule Constructor(Boolean)
if set to true is blank.
Example


In This Topic
    BlankConditionalFormattingRule Constructor(Boolean)
    In This Topic
    Initializes a new instance of the BlankConditionalFormattingRule class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal isBlank As Boolean _
    )
    'Usage
     
    
    Dim isBlank As Boolean
     
    Dim instance As New BlankConditionalFormattingRule(isBlank)
    public BlankConditionalFormattingRule( 
       bool isBlank
    )

    Parameters

    isBlank
    if set to true is blank.
    Example
    This example creates a rule.
    See Also