var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.textIndent(value);
function textIndent( (optional) value : number ) : any;
パラメータ
- value
- セルのテキストインデント。
戻り値の型
値が設定されていない場合は、セルのテキストインデントを返します。値が設定されている場合は、セルを返します。