Method GoTo
GoTo(int)
Go to item at index.
Declaration
public bool GoTo(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Index of the item to go to. |
Returns
Type | Description |
---|---|
bool | True if the operation was successful, false otherwise. |