Click or drag to resize

XlsChartFormatCollection ContainsIndex Method

Determines whether the collection contains an element at 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 ContainsIndex(
	int index
)

Parameters

index
Type: System Int32
The zero-based index to check.

Return Value

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