Question
1
Replies
85
Views
Morgan Stanley
Posted: August 1, 2018
Last activity: November 6, 2018
Closed
RPA - GetCurrentvalue of tableview not pulling current row column value instead always getting 1 row column value
GetCurrentvalue of tableview not pulling current row column value instead always getting 1 row column value. PFA.
This may be a bug with the component as I have never tried to use it in this manner, however you can get the value of the selected row by using the SelectedCells property of the DataGridView. Assuming you have Multiselect set to false, then only one cell can be selected. You can then grab the first one in the collection and use its RowIndex property to pass to the TableView.GetValue method.