Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ErrorConditionalFormattingRule Class / ErrorConditionalFormattingRule Constructor / ErrorConditionalFormattingRule Constructor(Boolean)
Example


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

    Parameters

    isError
    Example
    This example creates an error rule.
    See Also