2.74.1 TableCell.ColSpan

Applies to RDL 2003/10 and RDL 2005/01

The TableCell.ColSpan element specifies the number of columns that the cell spans. This element is optional. If the TableCell.ColSpan element is present, its value MUST be an UnsignedInt whose value MUST be greater than or equal to 1. If this element is not present, its value is interpreted as 1.

The sum of the TableCell.ColSpan values that are descendents of each TableRow MUST equal the number of TableColumn elements in the TableColumns collection. This sum of values includes counting the default value of "1" for each TableCell element that does not specify a TableCell.ColSpan element.

Following is the parent element of the TableCell.ColSpan element.

Parent elements

TableCell

The following is the XML Schema definition of the TableCell.ColSpan element.          

 <xsd:element name="ColSpan" type="xsd:unsignedInt" minOccurs="0" />