TextAreaElement RowCount Property C# API
Gets the number of rows of text that this TextAreaElement has space for.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int RowCount { get; }

Field Value

The number of rows in this TextAreaElement.
Remarks

Note 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