[]
        
(Showing Draft Content)

C1.PivotEngine.C1PivotEngine.GetDetail

GetDetail Method

GetDetail(DataRow, DataColumn)

Gets a list of objects in the raw data source that define the content of a specific cell in the output table exposed by the PivotTable property.

Declaration
public IList GetDetail(DataRow row, DataColumn column)
Public Function GetDetail(row As DataRow, column As DataColumn) As IList
Parameters
Type Name Description
DataRow row

DataRow that contains the PivotEngine cell.

DataColumn column

DataColumn that contains the PivotEngine cell.

Returns
Type Description
IList

A list of objects in the raw data source that define the content of the specified PivotEngine cell.

GetDetail(DataRow, string)

Gets a list of objects in the raw data source that define the content of a specific cell in the output table exposed by the PivotTable property.

Declaration
public IList GetDetail(DataRow row, string columnName)
Public Function GetDetail(row As DataRow, columnName As String) As IList
Parameters
Type Name Description
DataRow row

DataRow that contains the PivotEngine cell.

string columnName

Name of the column that contains the PivotEngine cell.

Returns
Type Description
IList

A list of objects in the raw data source that define the content of the specified PivotEngine cell.