Click or drag to resize

ChartLegendEntriesColl Contains Method

Determines whether the collection contains an element with the specified index.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Contains(
	int iIndex
)

Parameters

iIndex
Type: System Int32
The index to check for in the collection.

Return Value

Type: Boolean
true if the collection contains an element with the specified index; otherwise, false.
See Also