Spread WPF 17
GrapeCity.Excel Namespace / IExcelGeneralRule Interface / Formulas Property


In This Topic
    Formulas Property (IExcelGeneralRule)
    In This Topic
    Gets or sets the formulas used to evaluates whether this rule should be applied.
    Syntax
    'Declaration
     
    Property Formulas As List(Of String)
    'Usage
     
    Dim instance As IExcelGeneralRule
    Dim value As List(Of String)
     
    instance.Formulas = value
     
    value = instance.Formulas
    List<string> Formulas {get; set;}

    Property Value

    The formulas used to evaluate this rule
    See Also