FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / NegativeRed Property


In This Topic
NegativeRed Property (CurrencyCellType)
In This Topic
Gets or sets whether negative numeric values are displayed in red.
Syntax
'Declaration
 
Public Property NegativeRed As Boolean
 
'Usage
 
Dim instance As CurrencyCellType
Dim value As Boolean
 
instance.NegativeRed = value
 
value = instance.NegativeRed
See Also