DataTableMatrixProxyBaseForEachRowHeaderElementDo Method |
Performs an action on each row header element.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ForEachRowHeaderElementDo(
Action<IReadableColumn, int> action
)
Parameters
- action ActionIReadableColumn, Int32
- The action to perform. First parameter is the row header colum, the second is the index into this column. The indices correspond to the list of participating row indices.
See Also