DataTableMatrixProxyWithMultipleColumnHeaderColumnsGetColumnHeaderColumn Method |
Gets the column that correlates each column of the resulting matrix to a corresponding physical value. This value can be used, for instance, for calculating the x- or y-position in the coordinate system.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IReadableColumnProxy GetColumnHeaderColumn(
int idx
)
Parameters
- idx Int32
- The zero-based index of the column header column.
Return Value
IReadableColumnProxyThe requested column header column proxy.
See Also