Update a Table Row

Introduction

Aspose.Slides Cloud API provides you with the ability to efficiently manage table content in PowerPoint presentations, including updating rows. Using the following method, you can update row and cell properties such as row height, cell text, cell border style, text style, etc.

UpdateTableRow

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/shapes/{shapeIndex}/rows/{rowIndex} PUT Updates a table row in a presentation saved in a storage. UpdateTableRow

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
slideIndex integer path true The 1-based index of a slide.
shapeIndex integer path true The 1-based index of a shape (must be a table).
rowIndex integer path true The 1-based index of a row.
dto TableRow body true The data transfer object with row parameters.
password string header false The password to open the presentation.
folder string query false The path to the folder containing the presentation file.
storage string query false The name of the storage contaning the folder.

Examples

In the default storage, the document MyPresentation.pptx contains a table (the first shape) with three rows on the ninth slide. Set the minimum height for the second row to 50.

The table

cURL Solution

SDK Solutions

The result:

The table

SDKs

Check Available SDKs to learn how to add an SDK to your project.