IHTMLTableCol::get_spanIHTMLTableCol::get_span*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTableCol::get_vAlign
*Next Topic: IHTMLTableCol::get_width

IHTMLTableCol::get_span


HRESULT get_span(
    long *p 
);

Retrieves the number of columns in the group.

p
Address of a long integer that receives the number of columns.

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.

See also put_span

Up Top of Page


IHTMLTableCol::put_span


HRESULT put_span( 
    long v 
);

Sets how many columns are in the group.

v
Number of columns in the group.

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.

See also get_span


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.