Click or drag to resize

XlsFontsCollection AddRange Method

Adds a range of font mappings from the provided XlsFontsCollection to the internal dictionary and returns the updated dictionary.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected Dictionary<int, int> AddRange(
	XlsFontsCollection fonts
)

Parameters

fonts
Type: Spire.Xls.Core.Spreadsheet.Collections XlsFontsCollection

Return Value

Type: Dictionary Int32 , Int32
See Also