ctlUniGrid.GetCellRect MethodReturns the coordinates of the given cellSyntax
Public Sub GetCellRect (ByVal iRow As Long, _
ByVal iCol As Long, _ ByRef X1 As Long, _ ByRef y1 As Long, _ ByRef X2 As Long, _ ByRef y2 As Long) Parameters
Remarks
The returned coords are relative to the visible viewport (VSCROLL and HSCROLL values are automatically treated)
|