cols property

cols property

The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.01.

Definition:

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

See Also