Spread Windows Forms 17
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
    public CurrencyPositiveFormat PositiveFormat {get; set;}
    See Also