[]
Gets or sets whether to use GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan.NegativeColor to render negative values.
public bool UseNegativeColor { get; set; }
Public Property UseNegativeColor As Boolean
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.
|
If the GrapeCity.Win.Value property is smaller than Zero and the UseNegativeColor property is true, the text color uses this property.