[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.UseNegativeColor

UseNegativeColor Property

UseNegativeColor

Gets or sets whether to use GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan.NegativeColor to render negative values.

Declaration
public bool UseNegativeColor { get; set; }
Public Property UseNegativeColor As Boolean
Property Value
Type Description
bool

true specifies to use GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan.NegativeColor to render negative values; false specifies to use GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan.ForeColor to render negative values.
The default is true.

Remarks

If the GrapeCity.Win.Value property is smaller than Zero and the UseNegativeColor property is true, the text color uses this property.