Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_bgColor Next Topic: IHTMLTable::get_borderColor |
IHTMLTable::get_border
HRESULT get_border( VARIANT *p );Retrieves the border color and must be used with the border property, except for frames. The color can be one of the color names or values given in the Color Table reference documentation.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives one of the color names or values given in the Color Table reference documentation.
See also put_border
IHTMLTable::put_border
HRESULT put_border( VARIANT v );Sets the border color and must be used with the border property, except for frames.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains either a string or numeric 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_border
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.