FlexPivot for WinForms
Item(String) プロパティ

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > PivotFieldList クラス > Item プロパティ : Item(String) プロパティ
Key of the field to retrieve.
Gets a PivotField by name.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal fieldKey As System.String _
) As PivotField
public PivotField Item( 
   System.string fieldKey
) {get;}

パラメータ

fieldKey
Key of the field to retrieve.

プロパティ値

The requested PivotField.
解説
If the list does not contain a field with the specified name, an exception is thrown.
参照

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