Gets or sets the vertical alignment of the data within cells of this row.

[VBScript]
Public Property Valign As String
[JScript]
public function get Valign() : String;
public function set Valign(String);

Property Value

A string representing the vertical alignment of the data within cells of this row.

See Also

HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace