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.
'宣言
Public Overloads Function GetDetail( _
ByVal As System.Data.DataRow, _
ByVal column As System.Data.DataColumn _
) As System.Collections.IList
public System.Collections.IList GetDetail(
System.Data.DataRow ,
System.Data.DataColumn column
)
パラメータ
- row
- System.Data.DataRow that contains the PivotEngine cell.
- column
- System.Data.DataColumn that contains the PivotEngine cell.
戻り値の型
A list of objects in the raw data source that define the content of the specified PivotEngine cell.