IHTMLTable::get_borderColorLightIHTMLTable::get_borderColorLight*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTable::get_borderColorDark
*Next Topic: IHTMLTable::get_caption

IHTMLTable::get_borderColorLight


HRESULT get_borderColorLight( 
    VARIANT *p 
);

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

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_borderColorLight

Up Top of Page


IHTMLTable::put_borderColorLight


HRESULT put_borderColorLight( 
    VARIANT v 
);

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

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_borderColorLight


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