Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 577 Bytes

File metadata and controls

31 lines (25 loc) · 577 Bytes

GetWSImgScale

Description

Gets the worksheet cell's image scale.

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

Parameters

Name Type Description
worksheet HANDLE The worksheet handle.
row INTEGER The cell row.
column INTEGER The cell column.
scale REAL The image scale.

Version

Availability: from Vectorworks 2014

Category