VS:SetWSImgUseLayScale
From Vectorworks Developer
Description
Sets the worksheet cells' image use layer scale state.PROCEDURE SetWSImgUseLayScale(
worksheet :HANDLE;
topRow :INTEGER;
leftColumn :INTEGER;
bottomRow :INTEGER;
rightColumn :INTEGER;
useLayerScale :BOOLEAN);
def vs.SetWSImgUseLayScale(worksheet, topRow, leftColumn, bottomRow, rightColumn, useLayerScale): return None
Parameters
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. useLayerScale BOOLEAN The user layer scale state.