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

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