public void MoveStandaloneTable( StandaloneTable table, CompositeLayerWithTables targetLayer, int position )
Public 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. -1 will move the table the bottom of the specified container. If the index is invalid, the StandaloneTable is moved to the bottom.