[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Clear

Clear Method

Clear(ManipulationOptions)

Removes all the data and formulas from the specified range of cells.

Declaration
bool Clear(ManipulationOptions options = ManipulationOptions.All)
Function Clear(Optional options As ManipulationOptions = ManipulationOptions.All) As Boolean
Parameters
Type Name Description
ManipulationOptions options

The options indicates which data type will be performed. If this argument is omitted, all data will be clear.

Returns
Type Description
bool