slides  v1
Properties | List of all members
Google.Apis.Slides.v1.Data.DeleteTableRowRequest Class Reference

Deletes a row from a table. More...

Inheritance diagram for Google.Apis.Slides.v1.Data.DeleteTableRowRequest:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual TableCellLocation CellLocation [get, set]
 The reference table cell location from which a row will be deleted. More...
 
virtual string TableObjectId [get, set]
 The table to delete rows from. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Deletes a row from a table.

Property Documentation

◆ CellLocation

virtual TableCellLocation Google.Apis.Slides.v1.Data.DeleteTableRowRequest.CellLocation
getset

The reference table cell location from which a row will be deleted.

The row this cell spans will be deleted. If this is a merged cell, multiple rows will be deleted. If no rows remain in the table after this deletion, the whole table is deleted.

◆ ETag

virtual string Google.Apis.Slides.v1.Data.DeleteTableRowRequest.ETag
getset

The ETag of the item.

◆ TableObjectId

virtual string Google.Apis.Slides.v1.Data.DeleteTableRowRequest.TableObjectId
getset

The table to delete rows from.


The documentation for this class was generated from the following file: