property TreeCube.FaceFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as FaceEnum
Retrieves the index of the face 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
FaceEnum A FaceEnum expression that indicates the index of the face from the cursor. You can use the Face property to access the Face object giving its index.
The FaceFromPoint property retrieves the face of the cube from the cursor. The AnchorFromPoint property retrieves the identifier of the anchor from point. The CaptionFromPoint property retrieves the caption from the point, into a face of exFaceTree type. The ValueFromPoint property retrieves the value from the point, into a face of exFaceTree type. The ColumnFromPoint property retrieves the column 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 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.