sheets.rows.cells.indexNumber

The zero-based index of the cell. Required to ensure correct positioning.

Example

<div id="spreadsheet"></div>
<script>
$("#spreadsheet").kendoSpreadsheet({
    sheets: [{
        name: "MySheet",
        rows: [{
            cells: [{
                index: 0,
                value: "Cell A1"
            }, {
                index: 2,
                value: "Cell C1"
            }]
        }]
    }]
});
</script>
In this article
sheets.rows.cells.index
Not finding the help you need?
Contact Support