Gets or sets the number of rows an HtmlTableCell control spans.
[Visual Basic] Public Property RowSpan As Integer [C#] public int RowSpan {get; set;} [C++] public: __property int get_RowSpan(); public: __property void set_RowSpan(int); [JScript] public function get RowSpan() : int; public function set RowSpan(int);
The number of rows an HtmlTableCell spans.
HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace