var instance = new wijmo.grid.cellInfoOrderedCollection(); var value; // Type: number // Parameters var cellIndex; // Type: number var rowIndex; // Type: number value = instance.indexOf(cellIndex, rowIndex);
Parameters
- cellIndex
- A zero-based cellIndex component of the wijmo.grid.cellInfo object to return the index of.
- rowIndex
- A zero-based rowIndex component of the wijmo.grid.cellInfo object to return the index of.
Return Value
The zero-based index of the specified object, or -1 if the specified object is not a member of the collection.