DataTableToMatrixConverterGetParticipatingDataRows(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) Method |
Gets the data rows that participate in a matrix area by providing a table, the collection of selected data rows, and the collection of selected data columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static AscendingIntegerCollection GetParticipatingDataRows(
DataTable table,
IAscendingIntegerCollection? selectedRows,
IAscendingIntegerCollection participatingColumns
)
Parameters
- table DataTable
- The table.
- selectedRows IAscendingIntegerCollection
- The selected data rows.
- participatingColumns IAscendingIntegerCollection
- The data columns that participate in the matrix area.
Return Value
AscendingIntegerCollectionThe collection of indices of data rows that participate in the matrix area.
See Also