RemoveAt()

IRowCollection::RemoveAt(int32_t, bool) method

Removes a row at the specified position from a table.

virtual void Aspose::Slides::IRowCollection::RemoveAt(int32_t firstRowIndex, bool withAttachedRows)=0

Arguments

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

See Also