Posted 23 July 2021, 2:28 am EST
Dear All:
I only use follwing code to add rows 3 times. spread.suspendPaint(); spread.suspendEvent(); sheet.addRows(1, 1); spread.resumeEvent(); spread.resumePaint(); the browser (Firefox/Edge) will hang. Does any one have any idea? The sheet has 50 rows of data (15 coluns) already. Thanks.