IHTMLTable::get_backgroundIHTMLTable::get_background*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTable::get_align
*Next Topic: IHTMLTable::get_bgColor

IHTMLTable::get_background


HRESULT get_background(
    BSTR *p 
);

Retrieves the current background picture for the table, if any. The picture is tiled behind the text and graphics in the table.

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

See also put_background

Up Top of Page


IHTMLTable::put_background


HRESULT put_background( 
    BSTR v 
);

Sets a background picture for the table. The picture is tiled behind the text and graphics in the table.

v
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.