2.31.9 CellContents.RowSpan

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The CellContents.RowSpan element specifies the number of consecutive rows that are used by the parent CellContents element. This element is optional and MUST NOT be specified more than once.

The CellContents.RowSpan element is ignored for CellContents elements that have a TablixHeader element ancestor.

If the CellContents.RowSpan element is specified, its value MUST be an UnsignedInt. If this element is not specified, its value is interpreted as 1. If this element has a TablixCell ancestor, the value of the CellContents.RowSpan element MUST be 1. The sum of the value of all peer CellContents.RowSpan elements MUST equal the number of rows of their ancestor.

Following is the parent element of the CellContents.RowSpan element.

Parent elements

CellContents

The following is the XML Schema definition of the CellContents.RowSpan element.

 <xsd:element name="RowSpan" type="xsd:unsignedInt" minOccurs="0" maxOccurs="1">
 </xsd:element>