Click or drag to resize

XlsWorkbook ContainsFont Method

Determines whether the Workbook contains a specific font.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ContainsFont(
	XlsFont font
)

Parameters

font
Type: Spire.Xls.Core.Spreadsheet XlsFont

Return Value

Type: Boolean
See Also