'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.