This topic has not yet been rated - Rate this topic

cols property

Sets or retrieves the frame widths of the object.

This property is not supported for Windows Store apps built for Windows using JavaScript.

Syntax

HRESULT value = object.put_cols( size);HRESULT value = object.get_cols(* size);

Property values

Type: long

width

Integer that specifies the frame width, in pixels.

percentage

Integer, followed by a percent sign (%). The value is a percentage of total available width.

width*

Integer that specifies the frame width as a relative value. After allocating pixel or percentage values, the remaining space is divided among all relative-sized frames.

Remarks

The number of comma-separated items is equal to the number of frames contained within the frameSet, while the value of each item determines the frame width.

See also

IHTMLFrameSetElement::rows

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.