property Pivot.ValueFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS)
as Variant
Retrieves the value from the point.
| | Type | Description | |
| |
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 value at the point, or the value from the
point.
| |