Click or drag to resize

DataTableToMatrixConverterColumnHeaderColumn Property

Gets the resulting column header column. Attention: to correspond elements in this column to the columns of the resulting matrix, GetParticipatingDataColumns must be used to get the collection of indices. Alternatively, use ColumnHeaderVector. The column header column is a column that correlate 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.3179.0 (4.8.3179.0)
Syntax
C#
public INumericColumn ColumnHeaderColumn { get; }

Property Value

INumericColumn
The column header column.
Exceptions
ExceptionCondition
InvalidOperationExceptionColumnHeaderColumn is not known yet. Please call Execute first.
See Also