Creates a copy of this table.
SyntaxVB6
Copy Code
|
|---|
Public Function Clone () As Table |
C++
Copy Code
|
|---|
public: |
A Table instance representing the newly created table.
RemarksCreates a new table that has the same attributes as this table. The copy also has the same coordinates as the original table, so it might be useful to call the MoveTo method to move the nodes apart.
See Also