public void MoveLayer( Layer layer, CompositeLayer targetLayer, int position )
Public Overloads Sub MoveLayer( _ ByVal layer As Layer, _ ByVal targetLayer As CompositeLayer, _ ByVal position As Integer _ )
Parameters
- layer
 - A Layer to be moved.
 - targetLayer
 - The layer container to move the layer to.
 - position
 - The position specified by the 0-based index. -1 will move the table to the bottom of the specified container. If the index is invalid, the layer is moved to the bottom.