IHTMLFrameSetElement::get_colsIHTMLFrameSetElement::get_cols*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLFrameSetElement::put_cols
*Next Topic: IHTMLFrameSetElement::put_border

IHTMLFrameSetElement::get_cols


HRESULT get_cols(
    BSTR *p
);

Retrieves a comma-delimited list of frames to create. Each item in the list contains the initial size of the column.

p
Address of a variable that receives the comma-delimited list.

See also put_cols

Up Top of Page


IHTMLFrameSetElement::put_cols


HRESULT put_cols(
    BSTR v
);

Specifies a comma-delimited list of frames to create. Each item in the list contains the initial size of the column.

v
String specifying a comma-delimited list of frames.

See also get_cols


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