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