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


In This Topic
FirstValue Property
In This Topic
Gets or sets the first value in the range. This value accepts a number, date, time, or string.
Syntax
'Declaration
 
Public Property FirstValue As Object
 
'Usage
 
Dim instance As BetweenValuesConditionalFormattingRule
Dim value As Object
 
instance.FirstValue = value
 
value = instance.FirstValue
See Also