Click or drag to resize

ColumnInformationSetColumnAction Field

Designates the action to set the column. First argument are the column, 2nd argument are the underlying table of the column, and 3rd argument is the group number of the column.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Action<IReadableColumn?, DataTable, int> SetColumnAction

Field Value

ActionIReadableColumn, DataTable, Int32
See Also