ArcGIS Pro 2.9 API Reference Guide
MoveStandaloneTable(StandaloneTable,CompositeLayerWithTables,Int32) Method

ArcGIS.Desktop.Mapping Namespace > IStandaloneTableContainerEdit Interface > MoveStandaloneTable Method : MoveStandaloneTable(StandaloneTable,CompositeLayerWithTables,Int32) Method
A table to be moved.
The position specified by the 0-based index. If the index is invalid, the table is moved to the bottom.
Move a table to another layer container. This method must be called on the MCT. Use QueuedTask.Run
Syntax
Overloads Sub MoveStandaloneTable( _
   ByVal table As StandaloneTable, _
   ByVal targetLayer As CompositeLayerWithTables, _
   ByVal position As Integer _
) 

Parameters

table
A table to be moved.
targetLayer
position
The position specified by the 0-based index. If the index is invalid, the table is moved to the bottom.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IStandaloneTableContainerEdit Interface
IStandaloneTableContainerEdit Members
Overload List