Click or drag to resize

XlsFontsCollection Contains Method

Determines whether the collection contains a specific XlsFont.

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

Parameters

font
Type: Spire.Xls.Core.Spreadsheet XlsFont

Return Value

Type: Boolean
See Also