Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / NegativeFormat Property


In This Topic
    NegativeFormat Property (NumberCellType)
    In This Topic
    Gets or sets how the value is formatted for negative values.
    Syntax
    'Declaration
     
    
    Public Property NegativeFormat As NegativeFormat
    'Usage
     
    
    Dim instance As NumberCellType
    Dim value As NegativeFormat
     
    instance.NegativeFormat = value
     
    value = instance.NegativeFormat
    public NegativeFormat NegativeFormat {get; set;}
    See Also