var instance = new wijmo.grid.selectedRowsAccessor(); var value; // Type: IRowInfo // Parameters var index; // Type: number value = instance.item(index);
Parameters
- index
- The zero-based index of the item to get.
Return Value
An object representing grid's row at the specified index.