IExtendedFormat
PatternKnownColor Property
|
Returns or sets the color of the interior pattern as an index into the current color palette.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ExcelColors PatternKnownColor { get; set; }
Property PatternKnownColor As ExcelColors
Get
Set
property ExcelColors PatternKnownColor {
ExcelColors get ();
void set (ExcelColors value);
}
abstract PatternKnownColor : ExcelColors with get, set
Property Value
Type:
ExcelColors
See Also