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
)
 
Public Function AddFonts ( 
	fonts As FontsCollection
) As IDictionary
 
public:
IDictionary^ AddFonts(
	FontsCollection^ fonts
)
 
member AddFonts : 
fonts : FontsCollection -> IDictionary 
 
 
 
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