DataTableUpdateTableFromTableDataSource Method |
Updates the data in the table from the table data source. If the options specify that
the worksheet script should be executed after this, it is executed afterwards.
The table is locked during the operation, and exceptions are caught. Use the return value
to see whether an error has occurred.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string? UpdateTableFromTableDataSource(
IProgressReporter reporter
)
Parameters
- reporter IProgressReporter
- The progress reporter used while updating the table.
Return Value
String if no error occurs; otherwise, the error message.
See Also