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


In This Topic
PositiveFormat Property (CurrencyCellType)
In This Topic
Gets or sets the format for displaying a positive value.
Syntax
'Declaration
 
Public Property PositiveFormat As CurrencyPositiveFormat
 
'Usage
 
Dim instance As CurrencyCellType
Dim value As CurrencyPositiveFormat
 
instance.PositiveFormat = value
 
value = instance.PositiveFormat
See Also