01-14-2015 10:47 AM
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
01-14-2015 11:47 AM
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