Overview
TableRow is a class in Aspose.Words for Python.
Represents a table row.
Properties
| Name | Type | Access | Description |
|---|
cells | list[TableCell] | Read | Provides the list of TableCell objects contained in the row |
is_header | bool | Read | Indicates whether the row is a header row in the table |