IExtractTableDataScriptTextExecute Method |
Executes the script. If no instance of the script object exists, an error message is stored and the return value is .
If the script object exists, the function "IsRowIncluded" will be called for every row in the source tables data column collection.
If this function returns , the corresponding row is copied to a new data table.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool Execute(
DataTable myTable
)
Parameters
- myTable DataTable
- The data table this script is working on.
Return Value
BooleanTrue if executed without exceptions, otherwise false.
RemarksIf exceptions were thrown during execution, the exception messages are stored
inside the column script and can be recalled by the Errors property.
See Also