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

NameTypeAccessDescription
typestrReadGets the type.
row_formatRowFormatReadGets the row format.
cellslist[Cell]ReadGets the cells.

See Also