Gets or sets the column width, in characters, of the text area.
[Visual Basic] Public Property Cols As Integer [C#] public int Cols {get; set;} [C++] public: __property int get_Cols(); public: __property void set_Cols(int); [JScript] public function get Cols() : int; public function set Cols(int);
The column width in characters.
HtmlTextArea Class | HtmlTextArea Members | System.Web.UI.HtmlControls Namespace