Click or drag to resize

IWorkbook AddFont Method

Adds font to the inner fonts collection and makes this font read-only.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IFont AddFont(
	IFont fontToAdd
)

Parameters

fontToAdd
Type: Spire.Xls.Core IFont
Font to add.

Return Value

Type: IFont
Added font.
See Also