span property
Sets or retrieves the number of columns in the group.
Syntax
HRESULT value = object.put_span( v);HRESULT value = object.get_span(* p);
Property values
Type: long
the number of spanned columns. The default value is 1.
Remarks
The IHTMLTableCol::span property is ignored when set on the colGroup element and colGroup contains one or more col elements. The IHTMLTableCol::span property provides a more convenient way of grouping columns without having to specify col objects.
Show: