Spread Windows Forms 15.0
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
    public PercentNegativeFormat NegativeFormat {get; set;}
    See Also