Click or drag to resize

XlsStylesCollection Add Method (IStyle)

Adds a style to the collection.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void Add(
	IStyle style
)

Parameters

style
Type: Spire.Xls.Core IStyle
The style to be added.
See Also