EPPlus 3.0 |
ExcelWorksheets..::.MoveBefore Method (String, String) |
ExcelWorksheets Class See Also Send Feedback |
Moves the source worksheet to the position before the target worksheet
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public void MoveBefore( string sourceName, string targetName ) |
Visual Basic (Declaration) |
---|
Public Sub MoveBefore ( _ sourceName As String, _ targetName As String _ ) |
Visual C++ |
---|
public: void MoveBefore( 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