WebWorksheets.RemoveAt

RemoveAt(int)

Removes a sheet at the index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The sheet index.

See Also


RemoveAt(string)

Removes the element at a specified name.

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

See Also