Left property (grid)

Examples


The Left property specifies the horizontal position of the grid (in pixels) relative to the left edge of the window containing the grid.

Syntax

grid.Left [= integer]

Parameters

grid – A grid object.

integer – The distance (in pixels) from the left edge of the grid to the left edge of the window’s border.

Comments

The Left property will specify the distance to the left edge of the window for the grid and any of the fields, prompts and controls associated with the grid. These items are associated with the grid if they’re no further than one pixel from the grid’s border, or if they’re one pixel from the edge of another associated item.

Most grids in Microsoft Dynamics GP are positioned 8 pixels to the left of the window’s left edge.


Documentation Feedback