ComponentOne RichTextBox for WPF and Silverlight
CellRange Method (EditExtensions)

C1.WPF.RichTextBox Namespace > EditExtensions Class : CellRange Method
A C1.WPF.RichTextBox.Documents.C1TextRange.
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

Reference

EditExtensions Class
EditExtensions Members