Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 792 Bytes

File metadata and controls

30 lines (21 loc) · 792 Bytes
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.

rowsCount

Description

@short: Optional. Sets the number of rows a spreadsheet will have on initialization

Usage

rowsCount?: number;

Example

const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
  rowsCount: 10,
  // other config parameters
});

Related articles: Configuration

Related sample: Spreadsheet. Full Toolbar