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


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

Property Value

The second formula.
See Also