Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 799 Bytes

File metadata and controls

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

colsCount

Description

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

Usage

colsCount?: number;

Example

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

Related articles: Configuration

Related sample: Spreadsheet. Full Toolbar