Click or drag to resize

XlsStyle IsInitialized Property

Gets a value indicating whether the current style is initialized and different from the default style.

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 not the default style and is different from it; otherwise, false.

Implements

IStyle IsInitialized
See Also