ComponentOne RichTextBox for UWP
CellRange Method

C1.Xaml.RichTextBox Namespace > EditExtensions Class : CellRange Method
A C1.Xaml.RichTextBox.Documents.C1TextRange.
Returns the widest caret range of the first cell in a range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function CellRange( _
   ByVal range As C1TextRange _
) As C1TextRange
[System.Runtime.CompilerServices.Extension()]
public static C1TextRange CellRange( 
   C1TextRange range
)

Parameters

range
A C1.Xaml.RichTextBox.Documents.C1TextRange.

Return Value

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

Reference

EditExtensions Class
EditExtensions Members