FlexPivot for WinForms
GetDetail(DataRow,DataColumn) メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > C1PivotEngine クラス > GetDetail メソッド : GetDetail(DataRow,DataColumn) メソッド
System.Data.DataRow that contains the PivotEngine cell.
System.Data.DataColumn that contains the PivotEngine 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 PivotTable property.
シンタックス
'宣言
 
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
)

パラメータ

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.
参照

C1PivotEngine クラス
C1PivotEngine メンバ
オーバーロード一覧