Delete a Table Row

Introduction

Aspose.Slides.Cloud API allows deleting table rows. If the optional “withAttachedRows” parameter is set, rows that have common merged cells with the target row will be deleted as well.

DeleteTableRow

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/rows/{rowIndex} DELETE Returns table info DeleteTableRow

Examples

cURL Example

Assume that we have a table with four rows and intend to delete the second row. The second and the third row have a common merged cell. Since the “withAttachedRows” parameter is set, the third row will be removed as well.

SDK Examples

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs