Click or drag to resize

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
)

Parameters

font
Type: Spire.Xls.Core.Spreadsheet XlsFont
The XlsFont object to be added.
See Also