Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 611 Bytes

DocxTableRow.md

File metadata and controls

12 lines (8 loc) · 611 Bytes

DocxTableRow

Properties

Name Type Description Notes
row_index int Index of the row, 0-based [optional]
path str The Path of the location of this table row object; leave blank for new tables [optional]
row_cells list[DocxTableCell] Cells in the row; this is where the contents of the row is stored [optional]

[Back to Model list] [Back to API list] [Back to README]