Row class

Row class

Represents a row in a table.

Inheritance:RowCellCollection

The Row type exposes the following members:

Properties

PropertyDescription
slideReturns the parent slide of a CellCollection.
Read-only IBaseSlide.
presentationReturns the parent presentation of a CellCollection.
Read-only IPresentation.
heightReturns the height of a row.
Read-only float.
minimal_heightReturns or sets the minimal possible height of a row.
Read/write float.
row_formatReturns the RowFormat object that contains formatting properties for this row.
Read-only IRowFormat.

Indexer

NameDescription
[index]

Methods

MethodDescription
set_text_formatSets defined portion format properties to all row cells’ portions.
set_text_formatSets defined paragraph format properties to all row cells’ paragraphs.
set_text_formatSets defined text frame format properties to all row cells’ text frames.

See Also