FlexPivot for WinForms
GetDetail メソッド (C1FlexPivotGrid)

C1.Win.FlexPivot.4.5.2 アセンブリ > C1.Win.FlexPivot 名前空間 > C1FlexPivotGrid クラス : GetDetail メソッド
Index of the row that contains the FlexPivot cell.
Index of the column that contains the FlexPivot cell.
Gets a System.Data.DataTable containing the raw records represented by an FlexPivot cell.
シンタックス
'宣言
 
Public Function GetDetail( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Data.DataTable
public System.Data.DataTable GetDetail( 
   System.int row,
   System.int col
)

パラメータ

row
Index of the row that contains the FlexPivot cell.
col
Index of the column that contains the FlexPivot cell.

戻り値の型

A System.Data.DataTable containing the raw records represented by the given FlexPivot cell.
参照

C1FlexPivotGrid クラス
C1FlexPivotGrid メンバ