columns property

columns property

Gets the collection of DocumentTableColumn objects representing columns of the corresponding table.

Definition:

@property
def columns(self):
    ...

See Also