Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 587 Bytes

File metadata and controls

31 lines (25 loc) · 587 Bytes

GetWSImgAngle

Description

Gets the specified worksheet cell's image angle.

PROCEDURE GetWSImgAngle(
				worksheet    : HANDLE;
				row          : INTEGER;
				column       : INTEGER;
				VAR NewParam : REAL);
def vs.GetWSImgAngle(worksheet, row, column):
    return NewParam

Parameters

Name Type Description
worksheet HANDLE
row INTEGER The cell row.
column INTEGER The cell column.
NewParam REAL The image angle.

Version

Availability: from Vectorworks 2014

Category