get_Item
get_Item(int index) method
Returns the element at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to get. |
Returns
Exception
Exception | Condition |
---|---|
com.aspose.ms.System.ArgumentOutOfRangeException | index is less than 0.-or-index is equal to or greater than Count |