columns Property (CellGridLayout)

Summary

Gets or sets the number of columns that will shape the grid of sub-cells inside the cell.

Syntax

JavaScript Syntax
Object.defineProperty(CellGridLayout.prototype, 'columns', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
columns: number;

Property Value

Value that represents the number of columns that will shape the grid of sub-cells inside the cell.

Remarks

This value is only valid if you set GridLayout to Grid.

To get or set the row count, refer to Rows.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.Medical Assembly
Click or drag to resize