ComponentOne RichTextBox for WPF and Silverlight
ColumnRange Method (EditExtensions)

C1.WPF.RichTextBox Namespace > EditExtensions Class : ColumnRange Method
A C1.WPF.RichTextBox.Documents.C1TextRange.
Returns a range containing all the columns included in a parameter range.
Syntax
'Declaration
 
Public Shared Function ColumnRange( _
   ByVal range As C1TextRange _
) As C1TextRange
public static C1TextRange ColumnRange( 
   C1TextRange range
)

Parameters

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

Return Value

A range containing all the columns included in a parameter range.
See Also

Reference

EditExtensions Class
EditExtensions Members