TableScriptExeBaseExecute(DataTable) Method |
Version 1 of the execute method. Obsole, so please use Version 2 now.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void Execute(
DataTable myTable
)
Parameters
- myTable DataTable
- The table on which the table script is executed.
See Also