ExcelWorksheetMoveTo Method
Moves the worksheet in the worksheets collection of the workbook.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public void MoveTo(
int toIndex
)
Public Sub MoveTo (
toIndex As Integer
)
public:
void MoveTo(
int toIndex
)
member MoveTo :
toIndex : int -> unit
Parameters
- toIndex Int32
- The new index of the worksheet in the worksheets collection of the workbook.