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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLTableCol::put_span
HRESULT put_span( long v );Sets how many columns are in the group.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.