Click or drag to resize

FontsCollection Add Method (XlsFontStyle)

Adds a specified font style to the collection.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Add(
	XlsFontStyle font
)

Parameters

font
Type: Spire.Xls.Core.Spreadsheet XlsFontStyle
The XlsFontStyle object to be added.
See Also