cols property
Sets or retrieves the number of columns in the table.
Syntax
HRESULT value = object.put_cols( nColumns);HRESULT value = object.get_cols(* nColumns);
Property values
Type: long
the number of columns.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
Specifying this number can speed up the processing of the table.
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.
Show: