Returns whether the cells contained in a range can be merged.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
C# |
---|
public static bool CanMergeCells( this C1TextRange range ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function CanMergeCells ( _ range As C1TextRange _ ) As Boolean |