'Declaration Public Overloads Sub Clear( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal area As SheetArea _ )
Parameters
- row
- The start index.
- column
- The start column.
- rowCount
- The number or rows to clear.
- columnCount
- The number of columns to clear.
- area
- The area to clear.