rows property

FieldDatabaseDataTable.rows property

Gets rows that belong to this table.

@property
def rows(self) -> List[aspose.words.fields.FieldDatabaseDataRow]:
    ...

See Also