[]
Removes all the data and formulas from the specified range of cells.
bool Clear(ManipulationOptions options = ManipulationOptions.All)
Function Clear(Optional options As ManipulationOptions = ManipulationOptions.All) As Boolean
| Type | Name | Description |
|---|---|---|
| ManipulationOptions | options | The options indicates which data type will be performed. If this argument is omitted, all data will be clear. |
| Type | Description |
|---|---|
| bool |
|