LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the position of a selected cell in a table without using the mouse event?

Dear All,
 
    I have a question about table:After clicking the cell of a table, the cell is into the edit status. How to know the row number and column number of the cell, when I click a button?
 
   The link below is using the mouse down event:
 
 
   Is there any other way to do it? Having tried to using the "edit position"  property, but it seems not working well.
 
   Thanks for any suggestion.
 
 
Hugo 
0 Kudos
Message 1 of 3
(5,116 Views)
Hi,

You can do this using the property Selection Start of Table


Message 2 of 3
(5,109 Views)
It works well with the "edit position" property.
See attached
Message 3 of 3
(5,076 Views)