Inserts a new cell, row, or column into the current worksheet from a position that the row and column indexes specify.

If you use the name parameter to specify a named range, the VI inserts the object from the top left cell of the range.

Note The position of the named range from which the VI performs the insertion does not change. However, other named ranges that are below or to the right of the insertion point shift position according to the number of rows or columns inserted.


icon

Inputs/Outputs

  • cNI__reportlvclass.png

    report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.

  • cu16.png mode (entire row)

    mode sets the insertion mode.

  • cnclst.png start (0, 0)

    start specifies the position of the cell from which the VI performs the insertion.

  • ci32.png row

    row represents the row index.

  • ci32.png column

    column represents the column index.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • cstr.png name ("")

    name specifies a named range from which the VI performs the insertion.

    If the named range covers multiple cells, the insertion appears in the top left corner of the range.

  • iNI__reportlvclass.png

    report out is a reference to the report whose appearance, data, and printing you want to control.

    You can wire this output to other Report Generation VIs.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.