ITabRange.Location

Syntax

Location: IGxPointF;

Description

The Location property returns the upper left point of the range obtained without taking into account pixel resizing of rows and columns.

Comments

When drawing data grid rows and columns, the platform kernel converts millimeter size to pixel size. A special mechanism of pixel resizing is used to enable equal size in millimeters and in pixels for rows and columns. This property ignores the difference that may occur when row or column size is converted from millimeters to pixels. The position of this point on the screen will differ from the position of visual upper left point of the range.

Comment. The farther is the range from the upper left corner of the table, the greater is the difference between coordinates of the Location point and visual upper left point of the range.

See also:

ITabRange | ITabRange.PixelLocation