[Solved] C# How to get all values of all rows in a dataGridView and pass it into another form
[ad_1] Here’s a minimal, but working example. You can pass any type, to any method… for as long as the method is expecting the type as incoming parameter. private void DoSomething(string withThisString) In that method declaration, I declared that … the method is private aka accessible to this class only the method returns void aka … Read more