var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.isVerticalText(value);
function isVerticalText( value : boolean ) : any;
Parameters
- value
- Set to
true
to have the cell's text vertical.
Return Value
If no value is set, returns whether the cell's text vertical; otherwise, returns the cell.