Style.BackgroundColor

Style.BackgroundColor property

Gets or sets a style’s background color.

public Color BackgroundColor { get; set; }

Remarks

If you want to set a cell’s color, please use Style.ForegroundColor property. Only if the cell style pattern is other than none or solid, this property will take effect.

See Also