Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
XlsFontsCollection

Return Value

Dictionary<(Of <(<'Int32, Int32>)>)>

See Also