clientWidth property
Retrieves the width of the object including padding, but not including margin, border, or scroll bar.
HRESULT value = object.get_clientWidth(* p);
Type: long
the width of the object, in pixels.
Measuring Element Dimension and Location with CSSOM in Internet Explorer 9