XlsFontsCollection
ForceAdd Method
|
Forces the addition of the specified XlsFont to the collection, bypassing typical constraints or checks.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected void ForceAdd(
XlsFont font
)
Protected Sub ForceAdd (
font As XlsFont
)
protected:
void ForceAdd(
XlsFont^ font
)
member ForceAdd :
font : XlsFont -> unit
Parameters
-
font
-
Type:
Spire.Xls.Core.Spreadsheet
XlsFont
The XlsFont object to be added.
See Also