var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.hAlign(value);
function hAlign( (optional) value : HorizontalAlign ) : any;
パラメータ
- value
- 水平方向の配置。
戻り値の型
値が設定されていない場合は、セルの内容の水平方向の配置を返します。値が設定されている場合は、セルを返します。