Returns whether table columns and rows can be inserted in a range.

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

Syntax

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

Return Value

Whether table columns and rows can be inserted in the parameter range.

See Also