This topic has not yet been rated - Rate this topic

colSpan property

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

HTML 4.01 Specification, Section 11.2.6

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.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.