Worksheet.MoveTo

Worksheet.MoveTo method

Moves the sheet to another location in the spreadsheet.

public void MoveTo(int index)
ParameterTypeDescription
indexInt32Destination sheet index.

See Also