Remove Worksheets

Removing a Worksheet

Using Sheet Index

The code below shows how to remove a worksheet by specifying its sheet index in the GridWorksheetCollection’s RemoveAt method.

Using Sheet Name

The code below shows how to remove a worksheet by specifying its sheet name in the GridWorksheetCollection’s RemoveAt method.