Returns the color of the interior. The color is specified as
an index value 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 OColor { get; }
Public ReadOnly Property OColor As OColor
Get
public:
property OColor^ OColor {
OColor^ get ();
}
member OColor : OColor with get
Property Value
Type:
OColor
See Also