This corresponds to the COLSPAN attribute within a <TD> HTML tag for a table cell description. It defines how many table columns this column is to span.
Note that this may affect the value of the cellIndex property for subsequent cells within the same row. Although you cannot alter the cellIndex value directly, operations that affect the way the table is addressed may move cells around in the collection that represents all cells in the table.
See also: | COL.span, COLGROUP.span, style.columnSpan, TH.colSpan |
Prev | Home | Next |
TD.chOff | Up | TD.headers |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |