CellGridLayout Constructor

Summary

Initializes a new CellGridLayout class object with explicit parameters.

Syntax

JavaScript Syntax
CellGridLayout = function(cell, rows, columns) 
TypeScript Syntax
constructor(cell: Cell, rows: number, columns: number); 

Parameters

cell

The parent cell.

rows

The initial row value, cannot be zero.

columns

The initial column value, cannot be zero.

Remarks

You can later update the rows and columns through the properties Rows and Columns respectively.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly