Click or drag to resize

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; }

Return Value

Type: Boolean
True if the style is initialized, otherwise false.

Implements

IStyle IsInitialized
See Also