ctlUniGrid.GetCellAbsRect MethodReturns the coordinates of the given cellSyntax
Public Sub GetCellAbsRect (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 NOT relative to the visible viewport (VSCROLL and HSCROLL values are not treated)
|