IHTMLFrameSetElement::get_rowsIHTMLFrameSetElement::get_rows*
*



Contents  *



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

IHTMLFrameSetElement::get_rows


HRESULT get_rows(
    BSTR *p
);

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

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

See also put_rows

Up Top of Page


IHTMLFrameSetElement::put_rows


HRESULT put_rows(
    BSTR v
);

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

v
String specifying a comma-delimited list of frames.

See also get_rows


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