Spread Silverlight Documentation
Formulas Property (ExcelHighlightingRule)


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

Property Value

The formulas used to evaluate this rule
See Also

Reference

ExcelHighlightingRule Class
ExcelHighlightingRule Members