Contents Index Topic Contents | ||
Previous Topic: IHTMLTableCell::get_align Next Topic: IHTMLTableCell::get_bgColor |
IHTMLTableCell::get_background
HRESULT get_background( BSTR *p );Retrieves a background picture for the cell. The picture is tiled behind the text and graphics in the table cell.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the URL of the background picture.
See also put_background
IHTMLTableCell::put_background
HRESULT put_background( BSTR v );Sets a background picture for the cell. The picture is tiled behind the text and graphics in the table cell.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the string specifying the URL of the background picture.
See also get_background
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.