RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextRange Class / TableRowHeight Property

In This Topic
    TableRowHeight Property
    In This Topic
    Gets the height of the rows inside this range.
    Syntax
    'Declaration
     
    Public Property TableRowHeight As Nullable(Of C1Length)
    public Nullable<C1Length> TableRowHeight {get; set;}
    See Also