LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Highlight mult table row selections

I have a table in cvi (2010) that I'm trying to highlight multi row selections across the entire width of the table.

I use VAL_TABLE_ROW_RANGE(r) to highlight the entire row. However when I click a cell and drag it to multi rows

only the one table column is highlighted, how do  I capture the multi-row numbers in the selection and highlight them.

 

Any help would be appreciated 

0 Kudos
Message 1 of 2
(2,835 Views)

I didn't try it in your specific case but selecting several entries typically works using SHIFT + left mouse click, so may be this will work here, too.

0 Kudos
Message 2 of 2
(2,831 Views)