GrapeCity.Xaml.Excel
Formulas Property (ExcelGeneralRule)


GrapeCity.Excel Namespace > ExcelGeneralRule Class : Formulas Property
Gets or sets the formulas used to evaluates whether this rule should be applied.
Syntax
'Declaration
 
Public Property Formulas As List(Of String)
'Usage
 
Dim instance As ExcelGeneralRule
Dim value As List(Of String)
 
instance.Formulas = value
 
value = instance.Formulas
public List<string> Formulas {get; set;}

Property Value

The formulas used to evaluate this rule
See Also

Reference

ExcelGeneralRule Class
ExcelGeneralRule Members