Sets the properties of the current workbook, such as the author, title, and subject. You also can use this VI to return the number of worksheets in the current workbook.


icon

Inputs/Outputs

  • cstr.png title ("")

    title sets the document title.

  • cNI__reportlvclass.png report in

    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.

  • cstr.png subject ("")

    subject sets the document subject.

  • cstr.png author ("")

    author sets the document author.

  • cstr.png comments ("")

    comments sets the document comments.

  • cerrcodeclst.png error in (no error)

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

  • iNI__reportlvclass.png report out

    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.

  • ii32.png worksheets count

    worksheets count returns the number of worksheets in the workbook.

  • istr.png current worksheet name

    current worksheet name returns the name of the worksheet in which the VI set properties.

  • ierrcodeclst.png error out

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