Click or drag to resize

XlsFontsCollection Add Method (IFont)

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

Parameters

font
Type: Spire.Xls.Core IFont
The font to add.

Return Value

Type: IFont
The added font as an IFont object.
See Also