FontsCollection
Add Method (ExcelFont)
|
Adds the specified ExcelFont to the collection.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Add(
ExcelFont font
)
Public Sub Add (
font As ExcelFont
)
public:
void Add(
ExcelFont^ font
)
member Add :
font : ExcelFont -> unit
Parameters
-
font
-
Type:
Spire.Xls
ExcelFont
The ExcelFont to add.
See Also