var instance = new wijmo.grid.cellInfo(); var value; // Type: number value = instance.cellIndex();
function cellIndex() : number;
Return Value
The zero-based index of the cell in the row which it corresponds to.
var instance = new wijmo.grid.cellInfo(); var value; // Type: number value = instance.cellIndex();
function cellIndex() : number;
var index = cellInfoObj.cellIndex();