Posted 18 September 2019, 8:53 am EST
Hi,
How to set width to all the column at the same time without using loop which by default taking to much time.
for (let j = 0; j < columncount; j++) {
activeSheet.setColumnWidth(j, 25.0, GC.Spread.Sheets.SheetArea.viewport)
}
Thanks in advance.
