Gets or sets the width of the control.

[VBScript]
Public ReadOnly Property Cols As Integer
[JScript]
public function get Cols() : int;
public function set Cols(int);

Property Value

A value representing the width of the control, in characters.

See Also

HTMLTextAreaElement Object | HTMLTextAreaElement Members | DOM Namespace