HTMLTableRowElement.Align Property |
Gets or sets the horizontal alignment of the data within cells of this row.
[VBScript] Public Property Align As String
[JScript] public function get Align() : String; public function set Align(String);
A string representing the horizontal alignment of the data within cells of this row.
HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace