ActionModScriptArgumentExpression Constructor

Spotfire 15.0 API Reference
Initializes a new instance of the ActionModScriptArgumentExpression class.

Namespace:  Spotfire.Dxp.Application.Mods
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public ActionModScriptArgumentExpression(
	DataTable dataTable,
	string expression
)

Parameters

dataTable
Type: Spotfire.Dxp.DataDataTable
The data table.
expression
Type: SystemString
The expression.
Version Information

Supported in: 15.0
See Also

Reference