row_span property

row_span property

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

Definition:

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

See Also