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

Unmerges cells in a Table. More...

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

Properties

virtual string ObjectId [get, set]
 The object ID of the table. More...
 
virtual TableRange TableRange [get, set]
 The table range specifying which cells of the table to unmerge. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Unmerges cells in a Table.

Property Documentation

◆ ETag

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

The ETag of the item.

◆ ObjectId

virtual string Google.Apis.Slides.v1.Data.UnmergeTableCellsRequest.ObjectId
getset

The object ID of the table.

◆ TableRange

virtual TableRange Google.Apis.Slides.v1.Data.UnmergeTableCellsRequest.TableRange
getset

The table range specifying which cells of the table to unmerge.

All merged cells in this range will be unmerged, and cells that are already unmerged will not be affected. If the range has no merged cells, the request will do nothing. If there is text in any of the merged cells, the text will remain in the upper-left ("head") cell of the resulting block of unmerged cells.


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