Click or drag to resize

DataTableMatrixProxyBase.ForEachColumnHeaderElementDo Method

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

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

Parameters

action  Action<IReadableColumn, 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