C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / GetDetail Method / GetDetail(DataRow,DataColumn) Method
System.Data.DataRow that contains the PivotEngine cell.
System.Data.DataColumn that contains the PivotEngine cell.

In This Topic
GetDetail(DataRow,DataColumn) Method
In This Topic
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.
Syntax
'Declaration
 
Public Overloads Function GetDetail( _
   ByVal row As DataRow, _
   ByVal column As DataColumn _
) As IList
 

Parameters

row
System.Data.DataRow that contains the PivotEngine cell.
column
System.Data.DataColumn that contains the PivotEngine cell.

Return Value

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