ColScriptExeBaseExecute(DataColumn, IProgressReporter) Method |
Version 2 of the execute method. This method must be overriden by the column script in order to be able to execute the script.
This method is the entry point of the column script. In order to maintain backward compatibility, if not overridden, this method calls the version 1 of the execute method.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void Execute(
DataColumn myColumn,
IProgressReporter reporter
)
Parameters
- myColumn DataColumn
- The column on which the column script is executed.
- reporter IProgressReporter
- Progress reporter that can be used by the script to report the progress of its work.
See Also