Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BetweenValuesConditionalFormattingRule Class / FirstFormula Property


In This Topic
FirstFormula Property
In This Topic
Gets or sets the first formula.
Syntax
'Declaration
 
Public Property FirstFormula As String
 
'Usage
 
Dim instance As BetweenValuesConditionalFormattingRule
Dim value As String
 
instance.FirstFormula = value
 
value = instance.FirstFormula

Property Value

The first formula.
See Also