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!

HtmlTableCell.ColSpan

Gets or sets the number of columns that the HtmlTableCell control spans.

[Visual Basic]
Public Property ColSpan As Integer
[C#]
public int ColSpan {get; set;}
[C++]
public: __property int get_ColSpan();
public: __property void set_ColSpan(int);
[JScript]
public function get ColSpan() : int;
public function set ColSpan(int);

Property Value

The number of columns that the HtmlTableCell control spans. The default value is-1, that is not enabled.

See Also

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