LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How To obtain multi-cell selections from a table

I have a table in CVI (2010) that I am trying to obtain the operator selected multi-cell range (rect).

Any help would be appreciated 

0 Kudos
Message 1 of 3
(2,602 Views)

The selected area can be obtained via GetTableSelection, which returns the rect with operator selection on the table.

Provided all cells in the selection are of the same type, you can retrieve the content of the selected area using GetTableCellRangeVals.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(2,601 Views)

Thanks for your reply.

 

0 Kudos
Message 3 of 3
(2,597 Views)