Gets or sets the vertical alignment for text within an HtmlTableCell 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);
The vertical alignment for text within an HtmlTableCell control. Valid values are: top, middle, bottom, and baseline.
HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace