Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_background Next Topic: IHTMLTable::get_border |
IHTMLTable::get_bgColor
HRESULT get_bgColor( VARIANT *p );Retrieves the current background color of the table.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the color. The color can be one of the color names or values given in the Color Table reference documentation.
See also put_bgColor
IHTMLTable::put_bgColor
HRESULT put_bgColor( VARIANT v );Sets the background color of the table.
- Returns S_OK if successful, or an error value otherwise.
- v
- String or value specifying the color. The color can be one of the color names or values given in the Color Table reference documentation.
See also get_bgColor
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.