DataEngine for .NET
PivotKey クラス
メンバ 

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 : PivotKey クラス
PivotField オブジェクトとそれらの値の組み合わせを表します。
オブジェクト モデル
PivotKey クラス
シンタックス
'宣言
 
Public Class PivotKey 
public class PivotKey 
解説

出力 FlexPivot テーブル内の各行と各列は、一意の PivotKey によって定義されます。 表のセル内の値は、行と列のキーに一致するすべての項目の 値フィールドの集計を表します。

たとえば、列キーが 'Country:UK;Customer:Joe' に設定され、 行キーが 'Category:Desserts;Product:Pie' に設定されている場合、 対応するセルには、次のプロパティを持つすべての項目の集計が含まれます。 'Country:UK;Customer:Joe;Category:Desserts;Product:Pie'。

継承階層

System.Object
   C1.PivotEngine.PivotKey
      C1.FlexPivot.C1FlexPivotKey

参照

PivotKey メンバ
C1.PivotEngine 名前空間