Gets the number of columns 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 columns in this TextAreaElement.Remarks
Note |
---|
Getting the value of this property is equivalent to calling GetAttribute("cols"), and is unlikely to be the same as the number of actual characters of text in the TextAreaElement. |
See Also