Posted 29 October 2019, 3:11 pm EST
Hi, I’m trying to apply wordwrap to all cells but initializing is very slow, is there a better way to implement it other than this:
activeSheet.getRange(0, 0,40, 15,
GC.Spread.Sheets.SheetArea.viewport)
.wordWrap(true);
