col_span property

col_span property

Number of columns spanned by cell. See the colspan attribute definition in HTML 4.01.

Definition:

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

See Also