How would I find the Maximum value of a cell in the column named "Num"? I have looked at
UltraGrid1.Rows.Max(
but I don't know what to pass in the Max function.
Thanks
I was using VB.NET and this is what I used for the final solution using the tips provided. Thanks.
).Value)
Hello,
I am glad to hear that you were able to solve your issue.
Please let me know if you have any further questions .