TableRow

Overview

TableRow is a class in Aspose.Words FOSS for Python.

Represents a table row.

Properties: cells, is_header.

Properties

NameTypeAccessDescription
cellslist[TableCell]ReadGets the cells.
is_headerboolReadGets the is header.

See Also