RowSpan property. The number of rows this cell spans.
[Visual Basic] Overridable Public Property RowSpan As Integer [C#] public int RowSpan {virtual get; virtual set;} [C++] public: __property virtual int get_RowSpan(); public: __property virtual void set_RowSpan(int); [JScript] public function get RowSpan() : int; public function set RowSpan(int);
TableCell Class | TableCell Members | System.Web.UI.WebControls Namespace