Returns whether cells can be deleted from a range.

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

Syntax

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

Return Value

Whether cells can be deleted from the parameter range.

See Also