what is the right way to use DataGridView.Sort() function in Powershell?
I tried to run $DataGridView.Sort(3,'DESC') but got error. Thanks
what is the right way to use DataGridView.Sort() function in Powershell?
I tried to run $DataGridView.Sort(3,'DESC') but got error. Thanks