IHTMLTableCell::get_borderColorDarkIHTMLTableCell::get_borderColorDark*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTableCell::get_borderColor
*Next Topic: IHTMLTableCell::get_borderColorLight

IHTMLTableCell::get_borderColorDark


HRESULT get_borderColorDark(
    VARIANT *p 
);

Retrieves independent border color control over one of the two colors used to draw a 3-D border, opposite of borderColorLight, and must be used with the border property.

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_borderColorDark

Up Top of Page


IHTMLTableCell::put_borderColorDark


HRESULT put_borderColorDark( 
    VARIANT v 
);

Sets independent border color control over one of the two colors used to draw a 3-D border, opposite of borderColorLight, and must be used with the border property.

v
VARIANT structure that contains the string or value specifying the color for borderColorDark. The color can be one of the color names or values given in the Color Table reference documentation.

See also get_borderColorDark


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