HTMLTableCellElement.VAlign

HTMLTableCellElement.VAlign property

Vertical alignment of data in cell. See the valign attribute definition in HTML 4.01.

public string VAlign { get; set; }

See Also