property FaceTree.ValueFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as Variant
Retrieves the value 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
Variant A VARIANT expression that defines the cell's value.
The ValueFromPoint property retrieves the value from the point, into a face of exFaceTree type. The Value property specifies the cell's value ( for instance, if the cell display HTML text, the cell's value includes the HTML tags ). The CaptionFromPoint property retrieves the caption 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 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.