SetPosition
Sets the position of the comment in the document.
Syntax
expression.SetPosition(x, y);
expression
- A variable that represents a ApiComment class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
x | Required | number | The X coordinate of the comment position in EMU. | |
y | Required | number | The Y coordinate of the comment position in EMU. |
Returns
This method doesn't return any data.