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


In This Topic
    NegativeRed Property (GeneralCellType)
    In This Topic
    Gets or sets if the red text color is used for negative values.
    Syntax
    'Declaration
     
    
    Public Overridable Property NegativeRed As Boolean
    'Usage
     
    
    Dim instance As GeneralCellType
    Dim value As Boolean
     
    instance.NegativeRed = value
     
    value = instance.NegativeRed
    public virtual bool NegativeRed {get; set;}
    Example
    This example sets the NegativeRed property.
    See Also