[]
Deletes elements and content in a range.
public static C1TextPointer Delete(this C1TextRange range, bool hasSelection = true, bool needDeleteTable = false)
| Type | Name | Description |
|---|---|---|
| C1TextRange | range | A C1TextRange where the content is to be deleted. |
| bool | hasSelection | |
| bool | needDeleteTable |
| Type | Description |
|---|---|
| C1TextPointer | A position before the deleted range, |