RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TableCell Class / RowSpan Property

In This Topic
    RowSpan Property
    In This Topic
    Gets or sets the number of rows that the C1TableCell should span.
    Syntax
    'Declaration
     
    Public Property RowSpan As Integer
    public int RowSpan {get; set;}
    See Also