Merges the cells contained in the parameter range.

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

Syntax

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

See Also