IStyle
IsInitialized Property
|
Indicates whether style is initialized (differs from Normal style).
Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsInitialized { get; }
ReadOnly Property IsInitialized As Boolean
Get
property bool IsInitialized {
bool get ();
}
abstract IsInitialized : bool with get
Property Value
Type:
Boolean
See Also