ITabSheet
TabKnownColor Property
|
Gets / sets tab color.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ExcelColors TabKnownColor { get; set; }
Property TabKnownColor As ExcelColors
Get
Set
property ExcelColors TabKnownColor {
ExcelColors get ();
void set (ExcelColors value);
}
abstract TabKnownColor : ExcelColors with get, set
Property Value
Type:
ExcelColors
See Also