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

Italic

methods

Gets or sets the italic state of the cells in the range.

Returns:Boolean

the current italic state 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("A1").value("italic");
    sheet.range("A1").italic(true);
</script>
Not finding the help you need?
Contact Support