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