Unicode Controls & Classes for VB6 - Version 4
ctlUniGrid
.GetColX Function
Returns the absolute X coordinate relative to a certain column number (the X coordinate + the HScroll_Value)
Syntax
Public Function GetColX (ByVal
iCol
As Long) As Long
Parameters
Parameter
Description
ByVal
iCol
As Long
The column number to check
Remarks