CellGridLayout Constructor

Summary

Initializes a new CellGridLayout class object with explicit parameters.

Syntax
TypeScript
JavaScript
CellGridLayout = function( 
   cell, 
   rows, 
   columns 
) 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.