HTMLTextAreaElement.Cols Property |
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);
A value representing the width of the control, in characters.
HTMLTextAreaElement Object | HTMLTextAreaElement Members | DOM Namespace