MoveAfter Method (Int32, Int32)

Office Open XML

Moves the source worksheet to the position after the target worksheet

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public void MoveAfter(
	int sourcePositionId,
	int targetPositionId
)
Visual Basic (Declaration)
Public Sub MoveAfter ( _
	sourcePositionId As Integer, _
	targetPositionId As Integer _
)
Visual C++
public:
void MoveAfter(
	int sourcePositionId, 
	int targetPositionId
)

Parameters

sourcePositionId
Type: System..::.Int32
The id of the source worksheet
targetPositionId
Type: System..::.Int32
The id of the target worksheet

See Also