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


In This Topic
NegativeFormat Property (PercentCellType)
In This Topic
Gets or sets the format for displaying a negative value.
Syntax
'Declaration
 
Public Property NegativeFormat As PercentNegativeFormat
 
'Usage
 
Dim instance As PercentCellType
Dim value As PercentNegativeFormat
 
instance.NegativeFormat = value
 
value = instance.NegativeFormat
See Also