Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / SpanRows Property

In This Topic
    SpanRows Property (TableCell)
    In This Topic
    Gets or sets the number of rows spanned by the current cell. Cannot be less than 1, which is the default.
    Syntax
    'Declaration
     
    Public Property SpanRows As Integer
    public int SpanRows {get; set;}
    See Also