colSpan property

Sets or retrieves the number columns in the table that the object should span.

 

Syntax

HRESULT value = object.put_colSpan( v);HRESULT value = object.get_colSpan(* p);

Property values

Type: long

the number of columns to span.

Standards information

Remarks

This property can be changed only after the page has been loaded.

Windows Internet Explorer 8 will only render tables up to 1000 columns. To force Windows Internet Explorer 7 rendering mode, see How Do I Take Advantage of the New Features in Internet Explorer 8.