Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 586 Bytes

File metadata and controls

31 lines (25 loc) · 586 Bytes

GetWSImgView

Description

Gets the specified worksheet cell's image view.

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

Parameters

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

Version

Availability: from Vectorworks 2014

Category