DataTableMatrixProxyWithMultipleColumnHeaderColumnsGetColumnHeaderWrapper(Int32) Method |
Gets a wrapper vector around the column header data.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IReadOnlyList<double> GetColumnHeaderWrapper(
int idx
)
Parameters
- idx Int32
- The zero-based index of the column header column.
Return Value
IReadOnlyListDoubleWrapper vector around the column header data. Each element of this vector corresponds to the column with the same index of the matrix.
See Also