XLDelRow
XLDelRow>XLBookHandle,SheetName,Row
Not supported in Macro Scheduler Lite.
This function requires Microsoft Excel to be installed.
Deletes the specified row in the given workbook and sheet name. XLBookHandle is a handle returned by XLCreate/XLOpen.
Abbreviation: XDR
See also: XLAddSheet, XLCreate, XLDelCol, XLDelSheet, XLFind, XLGet, XLGetCell, XLGetSheetDims, XLGetSelectedCell, XLGetSheetNames, XLOpen, XLQuit, XLRun, XLRunCode, XLSave, XLSelectRange, XLSetCell, XLSetCellColor, XLSetRangeFormat, XLSheetToArray
Example
XLOpen>%USERDOCUMENTS_DIR%\mybook.xls,1,xlBook
XLDelRow>xlBook,Sheet1,3
XLSave>xlBook,%USERDOCUMENTS_DIR%\mybook.xls
XLQuit>xlBook