Share via


XMLExcelDocument_RU.insertRow Method [AX 2012]

Copies the specified row.

Syntax

public void insertRow(
    int _row, 
   [int _workSheet, 
    int _offset, 
    boolean _clear])

Run On

Called

Parameters

  • _row
    Type: int
    The index of the row to be copied.
  • _workSheet
    Type: int
    The ID of the worksheet.
  • _offset
    Type: int
    The offset at which the row should be copied.
  • _clear
    Type: boolean
    If true, data is removed from the row before copying.

See Also

Reference

XMLExcelDocument_RU Class