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

In This Topic
    CellRange Method (EditExtensions)
    In This Topic
    Returns the widest caret range of the first cell in a range.
    Syntax
    'Declaration
     
    
    Public Shared Function CellRange( _
       ByVal range As C1TextRange _
    ) As C1TextRange
    public static C1TextRange CellRange( 
       C1TextRange range
    )

    Parameters

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

    Return Value

    The widest caret range of the first cell in the parameter range.
    See Also