Share via


XMLExcelDocument_RU.deleteRow Method [AX 2012]

Deletes a specified row from a specified worksheet.

Syntax

public void deleteRow(int _row, [int _workSheet])

Run On

Called

Parameters

  • _row
    Type: int
    The index of a row.
  • _workSheet
    Type: int
    The ID of the specified worksheet.

See Also

Reference

XMLExcelDocument_RU Class