void MoveStandaloneTable( StandaloneTable table, CompositeLayerWithTables targetLayer, int position )
Overloads Sub MoveStandaloneTable( _ ByVal table As StandaloneTable, _ ByVal targetLayer As CompositeLayerWithTables, _ ByVal position As Integer _ )
Parameters
- table
- A table to be moved.
- targetLayer
- The layer container to move the StandaloneTable to.
- position
- The position specified by the 0-based index. If the index is invalid, the table is moved to the bottom.