IHTMLTableSection4::chOff Property

New for Windows Internet Explorer 9

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

Syntax

HRESULT IHTMLTableSection4::get_chOff(BSTR *p);
HRESULT IHTMLTableSection4::put_chOff(BSTR v);

Parameters

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

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

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    IHTMLTableSection4::chOff functionality is described in the HTML 4.0 standard as the offset of alignment character.