| 
CellFormat
BackColor Property
  | 
Note: This API is now obsolete.
 
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
[ObsoleteAttribute("This attribute has been deprecated, please call the "Shading.BackgroundPatternColor" attribute.")]
public Color BackColor { get; set; }
 
<ObsoleteAttribute("This attribute has been deprecated, please call the "Shading.BackgroundPatternColor" attribute.")>
Public Property BackColor As Color
	Get
	Set
 
public:
[ObsoleteAttribute(L"This attribute has been deprecated, please call the "Shading.BackgroundPatternColor" attribute.")]
property Color BackColor {
	Color get ();
	void set (Color value);
}
 
[<ObsoleteAttribute("This attribute has been deprecated, please call the "Shading.BackgroundPatternColor" attribute.")>]
member BackColor : Color with get, set
 
 
 
Property Value
 
 Type:
 
Color
 
 
 See Also
See Also