FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / GetDetail Method / GetDetail(DataRow,String) Method
System.Data.DataRow that contains the PivotEngine cell.
Name of the column that contains the PivotEngine cell.

In This Topic
    GetDetail(DataRow,String) 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 columnName As String _
    ) As IList
    public IList GetDetail( 
       DataRow row,
       string columnName
    )

    Parameters

    row
    System.Data.DataRow that contains the PivotEngine cell.
    columnName
    Name of the column 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