'Declaration Public Overloads Sub Clear( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal rowCount As System.Integer, _ ByVal columnCount As System.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.