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);
The number of columns that the HtmlTableCell control spans. The default value is-1, that is not enabled.
HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace