Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FormulaRule Class / Formula Property


In This Topic
    Formula Property (FormulaRule)
    In This Topic
    Gets the comparison formula of the text rule.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Formula As String
    'Usage
     
    Dim instance As FormulaRule
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    [DefaultValue("")]
    public string Formula {get; set;}

    Property Value

    The comparison formula of the text rule.
    See Also