VS:GetWSImgType

From Vectorworks Developer
Revision as of 17:33, 18 September 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Gets the specified worksheet cell's image type.

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

Parameters

worksheet HANDLE The worksheet handle.
row INTEGER The cell row.
column INTEGER The cell column.
type INTEGER The image type.

Remarks

Thumbnail image type = 0,

2D Attributes image type = 1.

Version

Availability: from Vectorworks 2014