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

Gets or sets the vertical alignment of of the cells contained in an HtmlTableRow control.

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

Property Value

The vertical alingment of cells. Valid values are: top, middle, bottom, and baseline.

See Also

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