IHTMLTableCol2::chOff Property

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

Syntax

HRESULT IHTMLTableCol2::get_chOff(BSTR *p);
HRESULT IHTMLTableCol2::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    IHTMLTableCol2::chOff functionality is described in the HTML 4.0 standard as the offset of alignment character.