Sorts the range of cells specified by the start and end clusters.


icon

Inputs/Outputs

  • ci32.png order (ascend)

    order specifies the order in which the VI sorts data.

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

  • cnclst.png from (0, 0)

    from specifies the cell from which the VI sorts data.

    The position of this cell is relative to the top left corner of the current worksheet.

  • ci32.png row

    row represents the row index.

  • ci32.png column

    column represents the column index.

  • cnclst.png start (0, 0)

    start sets the beginning of the range of cells to sort.

  • ci32.png row

    row represents the row index.

  • ci32.png column

    column represents the column index.

  • cnclst.png end (0, 0)

    end sets the end of the range of cells to sort.

  • ci32.png row

    row represents the last row index.

  • ci32.png column

    column represents the last 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.

  • ci32.png orientation (rows)

    orientation specifies the order in which the data sorts.

    If you use xlSortRows, the VI sorts data by row, from top to bottom. If you use xlSortColumns, the VI sorts data by column, from left to right.

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