OColor
ColorType Property
|
Returns type of the stored color.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ColorType ColorType { get; }
Public ReadOnly Property ColorType As ColorType
Get
public:
property ColorType ColorType {
ColorType get ();
}
member ColorType : ColorType with get
Property Value
Type:
ColorType
See Also