<kendo:spreadsheet-sheet-column>
An array which defines the columns in this sheet and their content.
Example
<kendo:spreadsheet-sheet-columns>
<kendo:spreadsheet-sheet-column></kendo:spreadsheet-sheet-column>
</kendo:spreadsheet-sheet-columns>
Configuration Attributes
index float
The zero-based index of the column. Required to ensure correct positioning.
Example
<kendo:spreadsheet-sheet-column index="index">
</kendo:spreadsheet-sheet-column>
width float
The width of the column in pixels. Defaults to columnWidth.
Example
<kendo:spreadsheet-sheet-column width="width">
</kendo:spreadsheet-sheet-column>