var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.textOrientation(value);
function textOrientation( value : number ) : any;
Parameters
- value
- The cell text rotation angle, form -90 to 90 angle.
Return Value
If no value is set, returns the cell text rotation angle; otherwise, returns the cell.