Click to return to the Reusing Browser Technology home page    
IHTMLTableCol::get_align ...     IHTMLTableCol::get_vAlign...     IHTMLTableCol Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLTableCol::get_span Method


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

IHTMLTableCol::put_span Method


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.