cols property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the number of columns in the table.
Syntax
HRESULT value = object.put_cols( v);HRESULT value = object.get_cols(* p);
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.
Build date: 6/12/2012
Community Additions
Show: