FlexReport for WPF
RemoveAt メソッド (FieldCollection)


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > FieldCollection クラス : RemoveAt メソッド
削除するフィールドを指定します。
コレクションからフィールドを削除します。
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'使用法
 
Dim instance As FieldCollection
Dim index As System.Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   System.int index
)

パラメータ

index
削除するフィールドを指定します。
参照

FieldCollection クラス
FieldCollection メンバ