Click or drag to resize

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.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadableColumnProxy GetColumnHeaderColumn(
	int idx
)

Parameters

idx  Int32
The zero-based index of the column header column.

Return Value

IReadableColumnProxy
The requested column header column proxy.
See Also