Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralCellType Class / NegativeRed Property


In This Topic
    NegativeRed Property (GeneralCellType)
    In This Topic
    Gets or sets whether negative values are displayed in red.
    Syntax
    'Declaration
     
    
    Public Property NegativeRed As Boolean
    'Usage
     
    
    Dim instance As GeneralCellType
    Dim value As Boolean
     
    instance.NegativeRed = value
     
    value = instance.NegativeRed
    public bool NegativeRed {get; set;}
    See Also