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