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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the comma-delimited list.
See also put_rows
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.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying a comma-delimited list of frames.
See also get_rows
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.