FlexPivot for WinForms
GetPivotKey(DataRow) メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > C1PivotEngine クラス > GetPivotKey メソッド : GetPivotKey(DataRow) メソッド
System.Data.DataRow for which the key should be retrieved.
Gets the PivotKey associated with a System.Data.DataRow on a PivotEngine table.
シンタックス
'宣言
 
Public Overloads Function GetPivotKey( _
   ByVal row As System.Data.DataRow _
) As PivotKey
public PivotKey GetPivotKey( 
   System.Data.DataRow row
)

パラメータ

row
System.Data.DataRow for which the key should be retrieved.

戻り値の型

The PivotKey associated with the row.
参照

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