Click or drag to resize

DataFrameAddRows(DataRowCollection) Method

Adds the data from the given DataRowCollection.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame AddRows(
	DataRowCollection rows
)

Parameters

rows  DataRowCollection
A DataRowCollection.

Return Value

DataFrame
This data frame.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the number of columns in the DataRowCollection does not match number of columns in this data frame.
Remarks
The row key are set to rowIndex + 1.
See Also