VS:SetWSCellAlignment/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

ハンドルで指定したワークシートの、指定したセルの位置揃えを設定します。

PROCEDURE SetWSCellAlignment(
worksheet :HANDLE;
topRow :INTEGER;
leftColumn :INTEGER;
bottomRow :INTEGER;
rightColumn :INTEGER;
cellAlignment :INTEGER);
def vs.SetWSCellAlignment(worksheet, topRow, leftColumn, bottomRow, rightColumn, cellAlignment):
    return None

Parameters

worksheet HANDLE ワークシートのハンドル
topRow INTEGER 上の行
leftColumn INTEGER 左の列
bottomRow INTEGER 下の行
rightColumn INTEGER 右の列
cellAlignment INTEGER 位置揃えの種類

Version

利用可能バージョン: VectorWorks9.0