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
)
Public Function Contains (
iIndex As Integer
) As Boolean
public:
bool Contains(
int iIndex
)
member Contains :
iIndex : int -> bool
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