Click or drag to resize

Workbook ContainsFont Method

Indicates whether the workbook contains specified font.

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

Parameters

font
Type: Spire.Xls ExcelFont

Return Value

Type: Boolean
See Also