Gets or sets the horizontal alignment of the data in the cells.

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

Property Value

A string representing the horizontal alignment of the data in the cells.

See Also

HTMLTableSectionElement Object | HTMLTableSectionElement Members | DOM Namespace