Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对远点电子表格有疑问,即在将数据加载到电子表格时,每次设置值时表格都会刷新。
我有大量的行和列,所以工作表需要很长时间才能加载。
任何想法如何禁用刷新并在数据完全加载后再次启用它。
提前致谢。
我知道了,只需暂停电子表格的布局,然后在执行代码后恢复。
FpSpread.SuspendLayout() ' your code FpSpread.ResumeLayout(True)