wijmo.grid Namespace > wijgrid type : currentCell Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: wijmo.grid.cellInfo // Parameters var cellIndex; // Type: number var rowIndex; // Type: number returnsValue = $(".selector").wijgrid("currentCell", cellIndex, rowIndex); }); |
Javascript (Specification) | |
---|---|
function currentCell( cellIndex : number, rowIndex : number ) : cellInfo; |
$("#element).wijgrid("currentCell", 0, 0);