Inserts an object associated with a file in the cell specified by the position/size cluster.


icon

Inputs/Outputs

  • cu16.png measurement system (US)

    measurement system determines the system that the VI uses to measure size.

  • 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.

  • cpath.png file path

    file path is the path of the object to insert into the document.

  • cnclst.png position/size

    position/size sets the position and size of the object into the current worksheet.

    The position represents the row and column indexes of the cell from which the object is inserted. The VI uses size if the object is embedded into the document.

  • ci32.png row

    row is the row index of the cell from which the VI inserts the object.

  • ci32.png column

    column is the column index of the cell from which the VI inserts the object.

  • cdbl.png width

    width is the object width in the units of the measurement system.

  • cdbl.png height

    height is the object height in the units of measurement system.

  • cbool.png linked to file? (F)

    linked to file? specifies whether the VI links the object to the original file associated with it. The default is FALSE, which links the object to an independent copy of the file.

  • 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.