GcSpread.Sheets Namespace > Row type : wordWrap Method |
true
to let text wrap in the cells in the row.
var instance = new GcSpread.Sheets.Row(sheet, index, sheetArea); var returnValue; // Type: boolean returnValue = instance.wordWrap(value);
function wordWrap( value : boolean ) : boolean;
true
to let text wrap in the cells in the row.true
if the text can wrap; otherwise, false
.activeSheet.getRow(2).wordWrap(false);