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