Click or drag to resize

XlsWorkbook Styles Property

Returns a Styles collection that represents all the styles in the specified workbook. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IStyles Styles { get; }

Property Value

Type: IStyles

Implements

IWorkbook Styles
See Also