Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 816 Bytes

File metadata and controls

35 lines (29 loc) · 816 Bytes

SetWSImgAngle

Description

Sets specified image angle in specified worksheet cells.

PROCEDURE SetWSImgAngle(
				worksheet   : HANDLE;
				topRow      : INTEGER;
				leftColumn  : INTEGER;
				bottomRow   : INTEGER;
				rightColumn : INTEGER;
				angle       : REAL);
def vs.SetWSImgAngle(worksheet, topRow, leftColumn, bottomRow, rightColumn, angle):
    return None

Parameters

Name Type Description
worksheet HANDLE The worksheet handle.
topRow INTEGER Top row of cell range.
leftColumn INTEGER Left column of cell range.
bottomRow INTEGER Bottom row of cell range.
rightColumn INTEGER Right column of cell range.
angle REAL The image angle.

Version

Availability: from Vectorworks 2014

Category