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


In This Topic
NegativeRed Property (PercentCellType)
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 PercentCellType
Dim value As Boolean
 
instance.NegativeRed = value
 
value = instance.NegativeRed
See Also