Click or drag to resize

DataTableToMatrixConverterGetParticipatingDataColumns(DataTable, IAscendingIntegerCollection) Method

Gets the indices of data columns that can participate in a matrix area, by providing a data table and the selected column. The participating data columns must have ColumnKind.V, and must share the same group number.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AscendingIntegerCollection GetParticipatingDataColumns(
	DataTable table,
	IAscendingIntegerCollection? selectedColumns
)

Parameters

table  DataTable
The table.
selectedColumns  IAscendingIntegerCollection
The selected data columns of the provided table. You can provide null for this parameter. This is considered as if all columns of the table are selected.

Return Value

AscendingIntegerCollection

[Missing <returns> documentation for "M:Altaxo.Data.DataTableToMatrixConverter.GetParticipatingDataColumns(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection)"]

See Also