Click or drag to resize

FontsCollection Add Method (ExcelFont)

Adds the specified ExcelFont 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(
	ExcelFont font
)

Parameters

font
Type: Spire.Xls ExcelFont
The ExcelFont to add.
See Also