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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
AscendingIntegerCollectionThe indices of the data columns that can participate in the matrix.
See Also