MoveAfter Method (String, String)

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(
	string sourceName,
	string targetName
)
Visual Basic (Declaration)
Public Sub MoveAfter ( _
	sourceName As String, _
	targetName As String _
)
Visual C++
public:
void MoveAfter(
	String^ sourceName, 
	String^ targetName
)

Parameters

sourceName
Type: System..::.String
The name of the source worksheet
targetName
Type: System..::.String
The name of the target worksheet

See Also