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.RowSpan

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

Property Value

The number of rows an HtmlTableCell spans.

See Also

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