WorksheetCollection.MoveTo

WorksheetCollection.MoveTo method

moved the sheet to the specified postion.

public void MoveTo(int movedSheetIndex, int destSheetIndex)
ParameterTypeDescription
movedSheetIndexInt32The postion of the worksheet to be moved.
destSheetIndexInt32The target postion.

See Also