New to Kendo UI for jQueryStart a free 30-day trial

BorderTop

methods

Gets or sets the state of the top border of the cells. If the range includes more than a single cell, the setting is applied to all cells.

Returns:Object

the current value of the top-left cell of the range.

<div id="spreadsheet"></div>
<script type="text/javascript" charset="utf-8">

    $("#spreadsheet").kendoSpreadsheet();

    var spreadsheet = $("#spreadsheet").data("kendoSpreadsheet");

    var sheet = spreadsheet.activeSheet();

    sheet.range("A2:B3").borderTop({ size: 2, color: "green" });
</script>
Not finding the help you need?
Contact Support