|
Delete Excel Cells
Deletes cells in an open Microsoft Excel Document.
Parameters
-
Document name Specifies the document for reading.
-
Worksheet name Specifies the worksheet which contains the cell to be read.
- Method Specifies how to delete the cells, it can be one of the follow:
- Delete specified cells, and shift cells left
- Delete specified cells, and shift cells up
- Delete entire rows
- Delete entire columns
-
Start position/row/column Specifies the start position.
-
End position/row/column Specifies the end position.
Notes
|