Determines if worksheet cell is set to display an image.
FUNCTION IsWSImg(
worksheet : HANDLE;
row : INTEGER;
column : INTEGER): BOOLEAN;def vs.IsWSImg(worksheet, row, column):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | The worksheet handle. |
| row | INTEGER | The cell row. |
| column | INTEGER | The cell column. |
Availability: from Vectorworks 2014