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