Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BlankConditionalFormattingRule Class / BlankConditionalFormattingRule Constructor / BlankConditionalFormattingRule Constructor(Boolean)
If set to true, is blank.


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.
    See Also