LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding number of rows from a Control

I have a Panel which has a table with a number of rows and number of columns (dynamically generated). I need to know how many rows are there (if possible columns too), I do know the PanelHandle and the  Control ID for the table. Is there a command for this.

Thanks in advance.
Jeff
0 Kudos
Message 1 of 2
(2,677 Views)
GetNumTableRows() and GetNumTableColumns() should do it for you.
0 Kudos
Message 2 of 2
(2,670 Views)