GrapeCity.Xaml.Excel
Formulas Property (ExcelHighlightingRule)


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 ExcelHighlightingRule
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelHighlightingRule Class
ExcelHighlightingRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options