Click or drag to resize

DataTableForStatisticsInsertAggregation Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts the aggregation.

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void InsertAggregation(
	ExcelWorksheet ws,
	DataTable dataTable
)
Request Example View Source

Parameters

ws
Type: ExcelWorksheet
The ws.
dataTable
Type: System.DataDataTable
The data table.
See Also