Binding 2-dimensional collection to DataGridView
There is a two-dimensional array of double:
private double[,] RecipesMatrix;
I want to bind it to DataGridView. How can I do this? If it is开发者_如何学C better, I can change array to some other colle
问答
阅读(3)