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

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

Parameters

table
A StandaloneTable to be moved.
position
The position specified by the 0-based index. If the index is invalid, the StandaloneTable is moved to the bottom.
Exceptions
ExceptionDescription
Invalid container
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

GroupLayer Class
GroupLayer Members
Overload List