![]() | ![]() | ![]() |
| ||
|
IHTMLTableCell::get_borderColor
HRESULT get_borderColor( VARIANT *p );Retrieves the border color and must be used with the border property.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure 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_borderColor
IHTMLTableCell::put_borderColor
HRESULT put_borderColor( VARIANT v );Sets the border color and must be used with the border property.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the 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_borderColor
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.