\Kendo\UI\SpreadsheetSheetColumn

A PHP class representing the column setting of SpreadsheetSheetColumns.

Methods

index

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

Returns

\Kendo\UI\SpreadsheetSheetColumn

Parameters

$value float

Example

<?php
$column = new \Kendo\UI\SpreadsheetSheetColumn();
$column->index(1);
?>

width

The width of the column in pixels. Defaults to columnWidth.

Returns

\Kendo\UI\SpreadsheetSheetColumn

Parameters

$value float

Example

<?php
$column = new \Kendo\UI\SpreadsheetSheetColumn();
$column->width(1);
?>
In this article
Not finding the help you need?