Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / CellContents Class / RowSpan Property

In This Topic
    RowSpan Property
    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