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
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Is a string that identifies the row’s type |
row_format | RowFormat | Read | Provides the RowFormat object that controls row formatting |
cells | list[Cell] | Read | Contains a list of Cell objects that belong to the row |