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; }
<ObsoleteAttribute("This attribute has been deprecated, please call the "TableCell.CellFormat.Shading.BackgroundPatternColor" attribute.")>
Public Property BackColor As Color
Get
Set
public:
[ObsoleteAttribute(L"This attribute has been deprecated, please call the "TableCell.CellFormat.Shading.BackgroundPatternColor" attribute.")]
property Color BackColor {
Color get ();
void set (Color value);
}
[<ObsoleteAttribute("This attribute has been deprecated, please call the "TableCell.CellFormat.Shading.BackgroundPatternColor" attribute.")>]
member BackColor : Color with get, set
Property Value
Type:
Color
See Also