numberOfColumns Property

Summary

Gets or sets the number of columns occupied by this item.

Syntax

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

Property Value

Value that represents the row position of the cell inside the viewer.

Remarks

This is only valid if you set the layout in CellsArrangement to Grid.

This works with RowPosition and ColumnsPosition and NumberOfRows to determine how much space is occupied by the item.

This value changes if the user merges 2 or more cells together. To merge cells, refer to MergeSelected.

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