I am stuck at the point where I want to remove a specific Row object from the table, but This dynamic tree structure means that the object can be created, deleted, reordered, etc. anytime using all Tabular methods.
The tree structure is dynamic, therefore, to reach the sheet object OR an intermediate object that needs to be deleted. Trace in all branches as well .
There can be any number of nodes, child nodes, parent nodes. But I need to go through all the nodes to all the Leaf nodes .
So my question is: delete any node?
If you have ideas, suggestions on this issue so that your decisions are made.
Thanks at Advance.
An example of a tree as shown below:

source
share