ComponentOne RichTextBox for WPF and Silverlight
MergeCells Method (EditExtensions)

C1.WPF.RichTextBox Namespace > EditExtensions Class : MergeCells Method
A C1.WPF.RichTextBox.Documents.C1TextRange.
Merges the cells contained in the parameter range.
Syntax
'Declaration
 
Public Shared Function MergeCells( _
   ByVal range As C1TextRange _
) As C1TableCell
public static C1TableCell MergeCells( 
   C1TextRange range
)

Parameters

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

Reference

EditExtensions Class
EditExtensions Members