Gets the number of rows of text that this TextAreaElement has space for.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
The number of rows in this TextAreaElement.Remarks
Note |
---|
Getting the value of this property is equivalent to calling GetAttribute("rows"), and is unlikely to be the same as the number of actual lines of text in the TextAreaElement. |
See Also