Row

Overview

Row is a class in Aspose.Words for Python. Inherits from: BaseModel.

Row objects represent table rows and expose a row_format for height and page‑break settings as well as a collection of cells.

Properties

NameTypeAccessDescription
typestrReadIs a string that identifies the row’s type
row_formatRowFormatReadProvides the RowFormat object that controls row formatting
cellslist[Cell]ReadContains a list of Cell objects that belong to the row