Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DateTimeCellType Class / NegativeRed Property


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