LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table active range

Taking ideas on how to look a an active range of cells in a table I don't believe there is a property node for this.  So I am looking for a cheat to get at least all the row coordinates for a range.

 

 

any got a tread to start pulling on?

 

Mark R 

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

Mark,

 

I am not exactly sure what you mean by active range but here are a few suggestions.

 

1. If you are looking for the total size of your table you can use the property Value and put that into an Array Size function to determine the bounds of all your data.

 

2. If you are looking for the range of visible cells you can use the Index Value property node as well as the Number of Rows/Columns

 

3. If you are looking for the active range of the data you currently have selected you can use a combination of the Selection Start and Selection Size property nodes

Matt J | National Instruments | CLA
Message 2 of 2
(2,840 Views)