Skip to main content

SetPosition

Sets the position of the comment in the document.

Syntax

expression.SetPosition(x, y);

expression - A variable that represents a ApiComment class.

Parameters

NameRequired/OptionalData typeDefaultDescription
xRequirednumberThe X coordinate of the comment position in EMU.
yRequirednumberThe Y coordinate of the comment position in EMU.

Returns

This method doesn't return any data.