IHTMLTable::get_borderIHTMLTable::get_border*
*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.

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

Up Top of Page


IHTMLTable::put_border


HRESULT put_border(
    VARIANT v 
);

Sets the border color and must be used with the border property, except for frames.

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


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