rowPosition Property

Summary

Gets or sets the row position of the cell inside the viewer.

Syntax

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

Property Value

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

Remarks

This is only valid if the CellsArrangement is set to Grid.

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