Click or drag to resize

RowFormat BackColor Property

Note: This API is now obsolete.

Gets or sets background color.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("This attribute has been deprecated, please call the "TableCell.CellFormat.Shading.BackgroundPatternColor" attribute.")]
public Color BackColor { get; set; }

Property Value

Type: Color
See Also