Gets or sets the alignment character for cells in a column.

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

Property Value

A string representing the alignment character for cells in a column.

See Also

HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace