Skip to content

GetRect Method

Description

The GetRect method returns the coordinates of the bounding rectangle for the GroupRow.

Syntax

Public Sub GetRect( _
    ByRef [left] As Long, _
    ByRef [top] As Long, _
    ByRef [right] As Long, _
    ByRef [bottom] As Long _
)

Parameters

  • left: Specifies the x-coordinate of the upper-left corner of a rectangle.
  • top: Specifies the y-coordinate of the upper-left corner of a rectangle.
  • right: Specifies the x-coordinate of the lower-right corner of a rectangle.
  • bottom: Specifies the y-coordinate of the lower-right corner of a rectangle.

Return Type

Returns the coordinates of the bounding rectangle of the group row.

Remarks

Call the GetRect method to determine the coordinates of the region where this row is drawn on the parent window. GetRect returns the coordinates of the upper-left and lower-right corners of the bounding rectangle.

See Also

GridGroupRow Object


See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.