IHTMLTableRow4::ch Property

New for Windows Internet Explorer 9

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

Syntax

HRESULT IHTMLTableRow4::get_ch(BSTR *p);
HRESULT IHTMLTableRow4::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

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