2.5.3.121 Pnt

The Pnt function returns a point in the coordinate system of a shape.

ABNF:

 Pnt = "PNT(" val "," val ")"

Required Arguments:

Name: X

Type: vDouble

An argument that specifies the x-coordinate of the point.

Name: Y

Type: vDouble

An argument that specifies the y-coordinate of the point.

Return Value:

Type: PtgPnt

This function returns a PtgPnt parse token containing the value of X and Y as coordinates. If X or Y is a CellRef, the function returns a PtgPnt parse token containing the value of X, Y, and the shape specified by the CellRef.