FlexPivot for WinForms
IndexOf(String) メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > PivotFieldList クラス > IndexOf メソッド : IndexOf(String) メソッド
Key of the field to look for.
Gets the position of a given PivotField in the list.
シンタックス
'宣言
 
Public Overloads Function IndexOf( _
   ByVal fieldKey As System.String _
) As System.Integer
public System.int IndexOf( 
   System.string fieldKey
)

パラメータ

fieldKey
Key of the field to look for.

戻り値の型

The index of the field in the list, or -1 if the field is not a member of the list.
参照

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