| TreeAge Pro TextReportObj Overview | TextReportObj Overview TreeAge Pro - Table of Contents TreeAge Pro Interactive - Table of Contents TreeAge Pro Interactive - TextReportObj Object Documentation Home TreeAge Website Home |
This object is used to display the tabular output of an analysis.
You may view the output in one of three ways:
- As an HTML table,
- As a tab-delimited text table (unformatted), or
- As individual elements.
The first two output types are accessed using the methods. To output the individual elements in a custom format, use the properties.
The cell property page has complete sample code for outputting individual elements into an Excel spreadsheet.
Methods
GetHTMLTable Retrieves the data in the form of an HTML table GetTabbedText Retrieves the data as an unformatted table SaveToText Saves text report data as a text file ExportToExcel Exports text report data to Excel Properties
numHeaderRows Returns the number of rows of headers in the report header Returns a column header numColumns Returns the number of columns numRows Returns the number of rows cell Returns the text of a cell in the table hasNotes Indicates whether any additional notes are included numNoteRows Returns the number of rows of notes noteRow Returns the text of a single note