FlexPivot for WinForms
Remove(String) メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > PivotFieldList クラス > Remove メソッド : Remove(String) メソッド
Key of the C1PivotField to remove
Removes the first occurrence of the PivotField with a key that matches the one passed as parameter.
シンタックス
'宣言
 
Public Overloads Function Remove( _
   ByVal fieldKey As System.String _
) As System.Boolean
public System.bool Remove( 
   System.string fieldKey
)

パラメータ

fieldKey
Key of the C1PivotField to remove

戻り値の型

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list.
参照

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