Click or drag to resize

ColScriptExeBaseExecute(DataColumn) Method

Note: This API is now obsolete.

Version1 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

Namespace: Altaxo.Calc
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[ObsoleteAttribute]
public virtual void Execute(
	DataColumn myColumn
)

Parameters

myColumn  DataColumn
The column on which the column script is executed.
See Also