IFont
IsAutoColor Property
|
Indicates whether color is automatically selected. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsAutoColor { get; }
ReadOnly Property IsAutoColor As Boolean
Get
property bool IsAutoColor {
bool get ();
}
abstract IsAutoColor : bool with get
Property Value
Type:
Boolean
See Also