VS:SetWSCellAlignment/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:38, 12 August 2013

.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