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