HTMLTableColElement.Align

HTMLTableColElement.Align property

Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.01.

public string Align { get; set; }

See Also