| sidebar_label | colsCount |
|---|---|
| title | colsCount config |
| description | You can learn about the colsCount config in the documentation of the DHTMLX JavaScript Spreadsheet library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Spreadsheet. |
@short: Optional. Sets the number of columns a spreadsheet will have on initialization
colsCount?: number;const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
colsCount: 10,
// other config parameters
});Related articles: Configuration
Related sample: Spreadsheet. Full Toolbar