RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / TableRange Method
A C1.WPF.RichTextBox.Documents.C1TextRange.

In This Topic
    TableRange Method (EditExtensions)
    In This Topic
    Returns a range containing the table included in a parameter range.
    Syntax
    'Declaration
     
    
    Public Shared Function TableRange( _
       ByVal range As C1TextRange _
    ) As C1TextRange
    public static C1TextRange TableRange( 
       C1TextRange range
    )

    Parameters

    range
    A C1.WPF.RichTextBox.Documents.C1TextRange.

    Return Value

    A range containing the table included in a parameter range.
    See Also