rows property
rows property
Number of text rows. See the rows attribute definition in HTML 4.01.
Definition:
@property
def rows(self):
...
@rows.setter
def rows(self, value):
...
See Also
- module
aspose.html
- class
HTMLTextAreaElement
Number of text rows. See the rows attribute definition in HTML 4.01.
@property
def rows(self):
...
@rows.setter
def rows(self, value):
...
aspose.html
HTMLTextAreaElement