ch property

Sets or retrieves a value that you can use to implement your own IHTMLTableRow3::ch functionality for the object.

Syntax

HRESULT value = object.put_ch( v);HRESULT value = object.get_ch(* p);

Property values

Type: BSTR

the value of the IHTMLTableRow3::ch property.

Remarks

IHTMLTableRow3::ch was introduced in Microsoft Internet Explorer 6.

This property has no default value.

The functionality specified by the HTML 4.0 standard for this property is not implemented.

There is no functionality implemented for this property unless defined by the author.

Note   IHTMLTableRow3::ch functionality is described in the HTML 4.0 standard as an alignment character for cells in a column.