IHTMLTableCell3::ch Property

New for Windows Internet Explorer 9

Gets or sets a value that you can use to implement your own IHTMLTableCell3::ch functionality for the object.

Syntax

HRESULT IHTMLTableCell3::get_ch(BSTR *p);
HRESULT IHTMLTableCell3::put_ch(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives the value of the ch property.
  • v
    BSTR that specifies the value of the ch property.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

IHTMLTableCell3::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    IHTMLTableCell3::ch functionality is described in the HTML 4.0 standard as an alignment character for cells in a column.