Overload | Description |
---|---|
Move(Int32,Int32) | Moves a Worksheet into a WorksheetCollection using Ids to identify the Worksheet to move & its insertion point. |
Move(Int32,String) | Moves a Worksheet into a WorksheetCollection using an Id to identify the Worksheet to move & the name of a Worksheet to determine the insertion point. |
Move(Int32,Worksheet) | Moves a Worksheet into a WorksheetCollection using an Id to identify the Worksheet to move & a specific Worksheet as the insertion point. |
Move(String,Int32) | Moves a Worksheet into a WorksheetCollection using a string to identify the Worksheet to move & an Id to determine its insertion point. |
Move(String,String) | Moves a Worksheet into a WorksheetCollection using strings to identify the Worksheet to move & its insertion point. |
Move(String,Worksheet) | Moves a Worksheet into a WorksheetCollection using a string to identify the Worksheet to move & a specific Worksheet as the insertion point. |
Move(Worksheet,Int32) | Moves a specific Worksheet into a WorksheetCollection and uses an Id to determine its insertion point. |
Move(Worksheet,String) | Moves a specific Worksheet into a WorksheetCollection and uses a string to determine its insertion point. |
Move(Worksheet,Worksheet) | Moves a specific Worksheet into a WorksheetCollection and targets another Worksheet as the insertion point. |
Move(WorksheetRange,Int32) | Moves a WorksheetRange into a WorksheetCollection using an Id to determine the insertion point. |
Move(WorksheetRange,String) | Moves a WorksheetRange into a WorksheetCollection using the name of a Worksheet to determine the insertion point. |
Move(WorksheetRange,Worksheet) | Moves a WorksheetRange into a WorksheetCollection using a specific Worksheet to determine the insertion point. |