WorksheetCollection.RemoveAt

RemoveAt(int)

Removes the sheet by the index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The index value of the sheet to remove.

See Also


RemoveAt(string)

Removes the sheet by the name.

public void RemoveAt(string name)
ParameterTypeDescription
nameStringThe name of the worksheet to remove.

See Also