RemoveAt()

RowCollection::RemoveAt(int32_t, bool) method

Removes a row at the specified position from a table.

void Aspose::Slides::RowCollection::RemoveAt(int32_t firstRowIndex, bool withAttachedRows) override

Arguments

ParameterTypeDescription
firstRowIndexint32_tIndex of a row to delete.
withAttachedRowsboolTrue to delete also all attached rows.

See Also