IHTMLTableCell::background Property

Sets or retrieves the background picture tiled behind the text and graphics in the object.

Syntax

HRESULT IHTMLTableCell::get_background(BSTR *p);
HRESULT IHTMLTableCell::put_background(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives the URL of the file to use as the background picture.
  • v
    BSTR that specifies the URL of the file to use as the background picture.

Return Value

Returns S_OK if successful, or an error value otherwise.