Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.08 KB

File metadata and controls

45 lines (38 loc) · 1.08 KB

SetWSImgComponent

Description

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

Parameters

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.

See Also

VS Functions: GetWSImgComponent

Version

Availability: from Vectorworks 2019

Category