Aspose::Cells::Style::GetBackgroundColor method

Style::GetBackgroundColor method

Gets or sets a style’s background color.

Aspose::Cells::Color Aspose::Cells::Style::GetBackgroundColor()

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