Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / NegativeFormat Property


In This Topic
    NegativeFormat Property (CurrencyCellType)
    In This Topic
    Gets or sets the format for displaying a negative value.
    Syntax
    'Declaration
     
    
    Public Property NegativeFormat As CurrencyNegativeFormat
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As CurrencyNegativeFormat
     
    instance.NegativeFormat = value
     
    value = instance.NegativeFormat
    public CurrencyNegativeFormat NegativeFormat {get; set;}
    See Also