XlsFill
PatternColorObject Property
|
Returns the color of the interior pattern as an index into the current
color palette. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor PatternColorObject { get; }
Public ReadOnly Property PatternColorObject As OColor
Get
public:
property OColor^ PatternColorObject {
OColor^ get ();
}
member PatternColorObject : OColor with get
Property Value
Type:
OColor
See Also