Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / UnaryComparisonConditionalFormattingRule Class / UnaryComparisonConditionalFormattingRule Constructor / UnaryComparisonConditionalFormattingRule Constructor(UnaryComparisonOperator,String,Boolean)
The @operator.
The string value.
The boolean value indicates whether the text is a formula.
Example


In This Topic
    UnaryComparisonConditionalFormattingRule Constructor(UnaryComparisonOperator,String,Boolean)
    In This Topic
    Initializes a new instance of the UnaryComparisonConditionalFormattingRule class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal operator As UnaryComparisonOperator, _
       ByVal text As String, _
       ByVal isFormula As Boolean _
    )
    'Usage
     
    
    Dim operator As UnaryComparisonOperator
    Dim text As String
    Dim isFormula As Boolean
     
    Dim instance As New UnaryComparisonConditionalFormattingRule(operator, text, isFormula)
    public UnaryComparisonConditionalFormattingRule( 
       UnaryComparisonOperator operator,
       string text,
       bool isFormula
    )

    Parameters

    operator
    The @operator.
    text
    The string value.
    isFormula
    The boolean value indicates whether the text is a formula.
    Example
    This example uses a formula to evaluate the value in the rule.
    See Also