DataTableMatrixProxyBaseForEachColumnHeaderElementDo Method |
Performs an action on each element of the column header column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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