sheets.selectionString

The selected range in the sheet, for example, A1:B10.

Example

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