Click or drag to resize

DataTableMatrixProxyWithMultipleColumnHeaderColumnsGetColumnHeaderWrapper(Int32) Method

Gets a wrapper vector around the column header data.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> GetColumnHeaderWrapper(
	int idx
)

Parameters

idx  Int32

[Missing <param name="idx"/> documentation for "M:Altaxo.Data.DataTableMatrixProxyWithMultipleColumnHeaderColumns.GetColumnHeaderWrapper(System.Int32)"]

Return Value

IReadOnlyListDouble
Wrapper vector around the column header data. Each element of this vector corresponds to the column with the same index of the matrix.
See Also