Click or drag to resize

TableReference Methods

The TableReference type exposes the following members.

Methods
  NameDescription
Public methodClone
Make a copy of the TableReference, including a copy of the contained DataTable.
Public methodExportToExcel
Export underlying DataTable to an Excel file (.csv, .xls, .xlsx).
Public methodImportRow
Import a data row into the referenced table.
Public methodInitializeFromSource
(Re-)read the table data from the source and source query fields on the table reference. This will automatically be called in the OnInitialize phase but for Sim3D it may be useful to force it to be re-read updated data from the Analysis spreadsheet during the OnExperimentPreInitialize phase.
Public methodLoadTableFromFile
Load the underlying DataTable from file.
Public methodToString
Returns a string showing the table name and number of rows.
(Overrides ObjectToString.)
Top
See Also