Click or drag to resize

WorksheetAnalysisRemoveNonNumericCells Method

For given selected columns and selected rows, the procedure removes all nonnumeric cells. Furthermore, if either selectedColumns or selectedRows is empty, the collection is filled by the really used rows/columns.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void RemoveNonNumericCells(
	DataTable srctable,
	AscendingIntegerCollection selectedRows,
	AscendingIntegerCollection selectedColumns
)

Parameters

srctable  DataTable
The source table.
selectedRows  AscendingIntegerCollection
On entry, contains the selectedRows (or empty if now rows selected). On output, is the row collection.
selectedColumns  AscendingIntegerCollection
On entry, conains the selected columns (or emtpy if only rows selected). On output, contains all numeric columns.
See Also