Aspose::Cells::WorksheetCollection::RemoveAt method

WorksheetCollection::RemoveAt(const U16String&) method

Removes the element at a specified name.

void Aspose::Cells::WorksheetCollection::RemoveAt(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of the element to remove.

See Also

WorksheetCollection::RemoveAt(const char16_t*) method

Removes the element at a specified name.

void Aspose::Cells::WorksheetCollection::RemoveAt(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of the element to remove.

See Also

WorksheetCollection::RemoveAt(int32_t) method

Removes the element at a specified index.

void Aspose::Cells::WorksheetCollection::RemoveAt(int32_t index)
ParameterTypeDescription
indexint32_tThe index value of the element to remove.

See Also