Grid Interaction with Plug-Ins

Golgoth96

Member
Hello,
We are looking at the different ways to use plug-ins.
We have looked at the different demos and we have not found a way to interact with the selected grid results. For example, retrieving the text of the selected cells or assigning a value to some cells of a selected column.

Is there a way to achieve that with plug-ins?

Thank you.
Charles
 
You can get the cell values of the result grid by using the IDE_ResultGridRowCount, IDE_ResultGridColCount and IDE_ResultGridCell functions, but you cannot assign a value to a cell.
 
Hello Marco,
We were aware of those functions.
But is there a way to know which cells were selected by the users?

Thank you.
 
Back
Top