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!

HtmlTableRow.Height

Gets or sets the height of an HtmlTableRow control.

[Visual Basic]
Public Property Height As String
[C#]
public string Height {get; set;}
[C++]
public: __property String* get_Height();
public: __property void set_Height(String*);
[JScript]
public function get Height() : String;
public function set Height(String);

Property Value

The height of an HtmlTableRow control.

See Also

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