AddtionalFormatWrapper
IsInitialized Property
|
Checks if the current style is initialized.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsInitialized { get; }
Public ReadOnly Property IsInitialized As Boolean
Get
public:
virtual property bool IsInitialized {
bool get () sealed;
}
abstract IsInitialized : bool with get
override IsInitialized : bool with get
Return Value
Type:
Boolean
True if the style is initialized, otherwise false.
Implements
IStyle
IsInitialized
See Also