| sidebar_label | rowsCount |
|---|---|
| title | rowsCount config |
| description | You can learn about the rowsCount 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 rows a spreadsheet will have on initialization
rowsCount?: number;const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
rowsCount: 10,
// other config parameters
});Related articles: Configuration
Related sample: Spreadsheet. Full Toolbar