Spread Windows Forms 12.0 Product Documentation
Clear Method (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Clear Method
The options indicates which data type will be performed. If this argument is omitted, all data will be clear.
Removes all the data and formulas from the specified range of cells.
Syntax
'Declaration
 
Function Clear( _
   Optional ByVal options As ManipulationOptions _
) As Boolean
'Usage
 
Dim instance As IRange
Dim options As ManipulationOptions
Dim value As Boolean
 
value = instance.Clear(options)

Parameters

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

Reference

IRange Interface
IRange Members