FlexPivot for WinForms
Insert(Int32,String) メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > PivotFieldList クラス > Insert メソッド : Insert(Int32,String) メソッド
Position where the field will be inserted.
Name of the existing PivotField.
Inserts a PivotField at a specified position in the list.
シンタックス
'宣言
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal fieldName As System.String _
) 
public void Insert( 
   System.int index,
   System.string fieldName
)

パラメータ

index
Position where the field will be inserted.
fieldName
Name of the existing PivotField.
参照

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