WorksheetCollection.RemoveAt

RemoveAt(string)

Removes the element at a specified name.

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

See Also


RemoveAt(int)

Removes the element at a specified index.

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

See Also