FlexPivot for WinForms
GetPivotKey(DataColumn) メソッド

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

パラメータ

column
System.Data.DataColumn for which the key should be retrieved.

戻り値の型

The PivotKey associated with the column.
参照

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