property Pivot.ColumnFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as Variant
Retrieves the column from the point.

TypeDescription
X as OLE_XPOS_PIXELS A single that specifies the current X location of the mouse pointer. The x values is always expressed in client coordinates. 
Y as OLE_YPOS_PIXELS A single that specifies the current X location of the mouse pointer. The x values is always expressed in client coordinates.
Variant A NULL expression ( VT_NULL ) if no column at the point, or the column's name from the point.
 The ColumnFromPoint property gets the column's name from the cursor. The ValueFromPoint property gets the value from the cursor, while it hovers the control's list part. The ColumnFromPoint(-1,-1) gets the column from the current cursor position, while it hovers the control's list part. The DataColumnFromPoint property retrieves the index of the data column from the point, or -1 if not data column is found.