Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 640 Bytes

File metadata and controls

31 lines (25 loc) · 640 Bytes

GetWSImgMarginSize

Description

Gets the worksheet cell's image margin size.

PROCEDURE GetWSImgMarginSize(
				worksheet      : HANDLE;
				row            : INTEGER;
				column         : INTEGER;
				VAR marginSize : INTEGER);
def vs.GetWSImgMarginSize(worksheet, row, column):
    return marginSize

Parameters

Name Type Description
worksheet HANDLE The worksheet handle.
row INTEGER The cell row.
column INTEGER The cell column.
marginSize INTEGER The image margin size.

Version

Availability: from Vectorworks 2014

Category