Aspose::Cells::RowCollection::RemoveAt method

RowCollection::RemoveAt method

Remove the row item at the specified index(position) in this collection.

void Aspose::Cells::RowCollection::RemoveAt(int32_t index)
ParameterTypeDescription
indexint32_tzero-based index(position, not Row.Index) of the existing row item in this collection.

See Also