TextAreaElement ColumnCount Property C# API
Gets the number of columns 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 ColumnCount { get; }

Field Value

The number of columns in this TextAreaElement.
Remarks

Note 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