property CascadeTree.ViewColumnFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS, ppView as View) as Long
Retrieves the view and 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 Y location of the mouse pointer. The y values is always expressed in client coordinates. 
ppView as View A View object from the cursor.
Long A Long expression that specifies the index of the column from the cursor.

The ViewColumnFromPoint property retrieves the view and column from the point. The ViewColumnFromPoint(-1,-1) property retrieves the view and column from the current cursor position. The ViewFromPoint property retrieves the view from the point. The ViewItemFromPoint property retrieves the view and item from the point. The ColumnFromPoint property retrieves the column from the point.