[]
Returns whether cells can be deleted from a range.
public static bool CanDeleteCells(this C1TextRange range)
Type | Name | Description |
---|---|---|
C1TextRange | range | A C1TextRange. |
Type | Description |
---|---|
bool | Whether cells can be deleted from the parameter range. |