Click or drag to resize

FontsCollection Contains Method (ExcelFont)

Determines whether the collection contains a specific ExcelFont object.

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

Parameters

font
Type: Spire.Xls ExcelFont

Return Value

Type: Boolean
See Also