position

Specifies the position of the top-left corner of a component in terms of Viewsheet grid cells, where the top-left corner of the grid is (0,0). Fractional values for vertical and horizontal position are rounded down to the next lowest integer. This property does not take effect in the design view of Visual Composer and does not apply to components within a Selection Container.

Type

value a java.awt.Point object:

java.awt.Point(horizontal,vertical)

Example

// Table with top-left corner at column 4, row 9

TableView1.position = java.awt.Point(4,9)

// Chart with top-left corner at column 2, row 25

Chart1.position = java.awt.Point(2,25)

<< formatSpec © 1996-2013 InetSoft Technology Corporation (v11.4) selectedLabel >>