In This Topic
Gets or sets the number of rows this cell spans.
Default: 1.
Must be 1 for CellContents inside TablixCell.
Ignored for
CellContents inside
TablixHeader.
Syntax
'Declaration
Public Property RowSpan As Integer
public int RowSpan {get; set;}
See Also