PivotDataProcessData Method (IEnumerableDataRow)

NReco.PivotData Class Library Documentation
Process data from specified sequence of DataRow objects.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public void ProcessData(
	IEnumerable<DataRow> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableDataRow
Remarks

This method is not supported in netstandard1.5 build.
See Also

Reference