Returns whether the cells contained in a range can be merged.

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

Syntax

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

Return Value

Whether the cells contained in a range can be merged.

See Also