Delete Cell =========== Category -------- Excel Commands Description ----------- This command allows you to delete a specified cell in Excel. Use this command when you want to delete a specific cell from the current sheet. Parameters ---------- **Instance Name** Indicate the instance name for the selected workbook. **Sheet Name** Indicate the name of the sheet within the Workbook to activate. **Range** Indicate the range to delete, e.g., A1 or A1:C1. **Shift Direction** Choose how the cells shift after deletion: - None: delete value in the selected cell. - Up: delete value and shift the below cells up. - Left: delete value and shift cells left. - Entire row: delete value entire row. - Entire column: delete value entire column. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\Excel Commands\\Delete Cell\\Delete Cell.xml` See Also -------- - :doc:`Add Workbook ` - :doc:`Add Worksheet ` - :doc:`Append Cell ` - :doc:`Append Row ` - :doc:`Close Workbook ` - :doc:`Copy Worksheet ` - :doc:`Delete Row ` - :doc:`Excel Create Datatable ` - :doc:`Export to PDF ` - :doc:`Get Cell ` - :doc:`Get Cell Style ` - :doc:`Get Last Column Index ` - :doc:`Get Last Row Index ` - :doc:`Get Range ` - :doc:`Get Range As Datatable ` - :doc:`Get Worksheets ` - :doc:`Go To Cell ` - :doc:`Insert Cell ` - :doc:`Lookup Range ` - :doc:`Open Workbook ` - :doc:`Remove Duplicate ` - :doc:`Run Macro ` - :doc:`Save Workbook ` - :doc:`Save Workbook As ` - :doc:`Set Range ` - :doc:`Write Range ` - :doc:`Write Row `