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

In This Topic
    TableRowHeight Property (C1TextRange)
    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