IShapeLineFormat
BackKnownColor Property
|
Represents background color index.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ExcelColors BackKnownColor { get; set; }
Property BackKnownColor As ExcelColors
Get
Set
property ExcelColors BackKnownColor {
ExcelColors get ();
void set (ExcelColors value);
}
abstract BackKnownColor : ExcelColors with get, set
Property Value
Type:
ExcelColors
See Also