Apply Formula Cell to a DataGridview

后端 未结 4 1862
独厮守ぢ
独厮守ぢ 2020-12-29 09:49

I want to add formula cell in a DataGridView. Is there any custom DataGridView to do this?

Example:

grid[4, column].Text =         


        
4条回答
  •  遥遥无期
    2020-12-29 10:25

    No, you are dealing with pure data strings, you need to have a thread running in the background to do the calculations and update the UI accordingly.

提交回复
热议问题