property FaceTree.ColumnFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as Long
Retrieves the index of the column from the point.

TypeDescription
X as OLE_XPOS_PIXELS A single expression that indicates the X position in client coordinate
Y as OLE_YPOS_PIXELS A single expression that indicates the Y position in client coordinate
Long A Long expression that indicates the index of the column from point, or -1 if not found.
The ColumnFromPoint property retrieves the column from the point, into a face of exFaceTree type. The Item property gets the column object based on its index. The CaptionFromPoint property retrieves the caption from the point, into a face of exFaceTree type. The Caption property specifies the cell's caption ( the text being shown on the cell, including no HTML tags ).  The ValueFromPoint property retrieves the value from the point, into a face of exFaceTree type. The ItemFromPoint property retrieves the item from the point, into a face of exFaceTree type. The FaceFromPoint property retrieves the face of the cube from the cursor. The AnchorFromPoint property retrieves the identifier of the anchor from point. The ValueFromPoint property retrieves the date/value from the point, into a face of exFaceCalendar type. The DateFromPoint property retrieves the date/value from the point, into a face of exFaceCalendar type.