Click or drag to resize

FontsCollection AddFonts Method

Adds a collection of fonts to the dictionary.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IDictionary AddFonts(
	FontsCollection fonts
)

Parameters

fonts
Type: Spire.Xls.Collections FontsCollection
The collection of fonts to be added.

Return Value

Type: IDictionary
The updated dictionary containing the added fonts.
See Also