# Delete Methods
Deletes worksheets, datas and range of a cell
# Method: DeleteCellData(System.Int32, System.Int32)
Parameters:
| Fields | |
|---|---|
| row | Number- specifies the row |
| column | Number- specifies the column |
# Method: DeleteCellData(System.String)
Parameters:
| Fields | |
|---|---|
| cellid | String - specifies the cellid |
# Method: DeleteCurrentWorkbook()
Deletes the current workbook
# Method: DeleteRangeData(System.Int32, System.Int32, System.Int32, System.Int32)
Parameters:
| Fields | |
|---|---|
| startrow | Number- specifies the starting row |
| startcolumn | Number- specifies the starting column |
| endrow | Number- specifies the ending row |
| endcolumn | Number- specifies the ending column |
# Method: DeleteRangeData(System.String, System.String)
Parameters:
| Fields | |
|---|---|
| startcell | String- specifies the starting cell |
| endcell | String- specifies the endcell |
# Method: DeleteWorkSheet()
Deletes the selected worksheet
# Method: DeleteWorkSheet(System.String)
Parameters:
| Fields | |
|---|---|
| sheetname | String - name of the worksheet |