Click or drag to resize

FontsCollection Contains Method (XlsFontStyle)

Determines whether the collection contains a specific XlsFontStyle 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(
	XlsFontStyle font
)

Parameters

font
Type: Spire.Xls.Core.Spreadsheet XlsFontStyle

Return Value

Type: Boolean
See Also