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
| Parameter | Type | Description |
|---|---|---|
| firstRowIndex | int32_t | Index of a row to delete. |
| withAttachedRows | bool | True to delete also all attached rows. |
See Also
- Class RowCollection
- Namespace Aspose::Slides
- Library Aspose.Slides