Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 859 Bytes

File metadata and controls

35 lines (29 loc) · 859 Bytes

SetWSImgRenderMode

Description

Sets specified image render mode in specified worksheet cells.

PROCEDURE SetWSImgRenderMode(
				worksheet   : HANDLE;
				topRow      : INTEGER;
				leftColumn  : INTEGER;
				bottomRow   : INTEGER;
				rightColumn : INTEGER;
				renderMode  : INTEGER);
def vs.SetWSImgRenderMode(worksheet, topRow, leftColumn, bottomRow, rightColumn, renderMode):
    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.
renderMode INTEGER The image render mode.

Version

Availability: from Vectorworks 2014

Category