[]
Returns whether table columns and rows can be inserted in a range.
public static bool CanInsertColumnsOrRows(this C1TextRange range)
Public Shared Function CanInsertColumnsOrRows(range As C1TextRange) As Boolean
| Type | Name | Description |
|---|---|---|
| C1TextRange | range | A C1TextRange. |
| Type | Description |
|---|---|
| bool | Whether table columns and rows can be inserted in the parameter range. |