IHTMLTableCell::get_backgroundIHTMLTableCell::get_background*
*



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.

p
Address of a string variable that receives the URL of the background picture.

See also put_background

Up Top of Page


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.

v
VARIANT structure that contains the string specifying the URL of the background picture.

See also get_background


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.