NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTextArea.Cols

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);

Property Value

The column width in characters.

See Also

HtmlTextArea Class | HtmlTextArea Members | System.Web.UI.HtmlControls Namespace