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
)
Protected Function AddRange (
fonts As XlsFontsCollection
) As Dictionary(Of Integer, Integer)
protected:
Dictionary<int, int>^ AddRange(
XlsFontsCollection^ fonts
)
member AddRange :
fonts : XlsFontsCollection -> Dictionary<int, int>
Parameters
-
fonts
-
Type:
Spire.Xls.Core.Spreadsheet.Collections
XlsFontsCollection
Return Value
Type:
Dictionary
Int32
,
Int32
See Also