Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 564 Bytes

File metadata and controls

29 lines (23 loc) · 564 Bytes

GetWSImgUseLayScale

Description

Determines if the image size type is Layer Scale.

FUNCTION GetWSImgUseLayScale(
				worksheet : HANDLE;
				row       : INTEGER;
				column    : INTEGER): BOOLEAN;
def vs.GetWSImgUseLayScale(worksheet, row, column):
    return BOOLEAN

Parameters

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

Version

Availability: from Vectorworks 2014

Category