ComponentOne FlexPivot for WinForms
GetDetail(DataRow,DataColumn) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotEngine Class > GetDetail Method : GetDetail(DataRow,DataColumn) Method
System.Data.DataRow that contains the FlexPivot cell.
System.Data.DataColumn that contains the FlexPivot cell.
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 FlexPivotTable property.
Syntax
'Declaration
 
Public Overloads Function GetDetail( _
   ByVal row As System.Data.DataRow, _
   ByVal column As System.Data.DataColumn _
) As System.Collections.IList
public System.Collections.IList GetDetail( 
   System.Data.DataRow row,
   System.Data.DataColumn column
)

Parameters

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

Return Value

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

Reference

C1FlexPivotEngine Class
C1FlexPivotEngine Members
Overload List