Click or drag to resize

DataTableMatrixProxyBaseForEachColumnHeaderElementDo Method

Performs an action on each element of the column header column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ForEachColumnHeaderElementDo(
	Action<IReadableColumn, int> action
)

Parameters

action  ActionIReadableColumn, Int32
The action to perform. The first parameter is the column header column, the second parameter is the index into this column. The indices correspond to the list of participating column indices.
See Also