Sets the specified 2D component of a worksheet cell image.
Table - Components:
Component Constant
"3D" 0
"2D" 1
"2D Cut" 2
"Not set" 4
PROCEDURE SetWSImgComponent(
worksheet : HANDLE;
topRow : INTEGER;
leftColumn : INTEGER;
bottomRow : INTEGER;
rightColumn : INTEGER;
component : INTEGER);def vs.SetWSImgComponent(worksheet, topRow, leftColumn, bottomRow, rightColumn, component):
return None| Name | Type | Description |
|---|---|---|
| worksheet | HANDLE | The worksheet handle. |
| topRow | INTEGER | Top row of cell range. |
| leftColumn | INTEGER | Left column of cell range. |
| bottomRow | INTEGER | Bottom row of cell range. |
| rightColumn | INTEGER | Right column of cell range. |
| component | INTEGER | The image component. |
VS Functions: GetWSImgComponent
Availability: from Vectorworks 2019