Click or drag to resize

FontsCollection Add Method

Overload List
Name Description
Public method Add(T)
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from CollectionBase T .)
Public method Add(ExcelFont)
Adds the specified ExcelFont to the collection.
Protected method Add(IFont)
Adds the specified font to the collection.
(Inherited from XlsFontsCollection .)
Public method Add(XlsFontStyle)
Adds a specified font style to the collection.
Top
See Also