Row
Overview
Row is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Row.type is a string that identifies the row’s type.
Properties: cells, row_format, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Gets the type. |
row_format | RowFormat | Read | Gets the row format. |
cells | list[Cell] | Read | Gets the cells. |