Click or drag to resize

TableScriptExeBaseExecute(DataTable) Method

Version 1 of the execute method. Obsole, so please use Version 2 now.

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void Execute(
	DataTable myTable
)

Parameters

myTable  DataTable
The table on which the table script is executed.
See Also