Returns the widest caret range of the first cell in a range.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public static C1TextRange CellRange(
	this C1TextRange range
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function CellRange ( _
	range As C1TextRange _
) As C1TextRange

Return Value

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

See Also