ComponentOne RichTextBox for WPF and Silverlight
CanDeleteCells Method (EditExtensions)

C1.WPF.RichTextBox Namespace > EditExtensions Class : CanDeleteCells Method
A C1.WPF.RichTextBox.Documents.C1TextRange.
Returns whether cells can be deleted from a range.
Syntax
'Declaration
 
Public Shared Function CanDeleteCells( _
   ByVal range As C1TextRange _
) As System.Boolean
public static System.bool CanDeleteCells( 
   C1TextRange range
)

Parameters

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

Return Value

Whether cells can be deleted from the parameter range.
See Also

Reference

EditExtensions Class
EditExtensions Members