cols property
cols property
Width of control (in characters). See the cols attribute definition in HTML 4.01.
Definition:
@property
def cols(self):
...
@cols.setter
def cols(self, value):
...
See Also
- module
aspose.html
- class
HTMLTextAreaElement