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| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | The worksheet handle. |
| row | INTEGER | The cell row. |
| column | INTEGER | The cell column. |
| type | INTEGER | The image type. |
Thumbnail image type = 0,
2D Attributes image type = 1.
Availability: from Vectorworks 2014
- Worksheets