column_span property

column_span property

Gets the total number of columns that contain the table cell.

Definition:

@property
def column_span(self):
    ...
@column_span.setter
def column_span(self, value):
    ...

See Also