开发者

stop refreshing the farpoint spread sheet

开发者_运维百科I have a problem with farpoint spread sheet, that while loading the data into the spread sheet, the sheet refreshes each time a value is set.

I have large number of rows and columns so, the sheet take quite large time till loading.

any idea how to disable the refresh and enable it again after the data is completely loaded.

Thanks in advance.


I Got it, just suspend the layout of the spreadsheet, then resume after executing your code.

FpSpread.SuspendLayout()

' your code

FpSpread.ResumeLayout(True)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜