Retrieves the number of columns in the group.
Syntax
HRESULT get_span( long *p );
Parameters
- p
- Address of a long integer that receives the number of columns.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This attribute should be ignored if the COLGROUP element contains one or more COL elements. The purpose of this attribute is to provide a more convenient way of grouping columns without the need to specify COL elements.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Sets how many columns are in the group.
Syntax
HRESULT put_span( long v );
Parameters
- v
- Number of columns in the group.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This attribute should be ignored if the COLGROUP element contains one or more COL elements. The purpose of this attribute is to provide a more convenient way of grouping columns without the need to specify COL elements.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0