TableReference Methods |
The TableReference type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Make a copy of the TableReference, including a copy of the contained DataTable.
| |
| ExportToExcel |
Export underlying DataTable to an Excel file (.csv, .xls, .xlsx).
| |
| ImportRow |
Import a data row into the referenced table.
| |
| InitializeFromSource |
(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.
| |
| LoadTableFromFile |
Load the underlying DataTable from file.
| |
| ToString |
Returns a string showing the table name and number of rows.
(Overrides ObjectToString.) |