FlexReport for WPF
RemoveAt メソッド (GroupCollection)


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

パラメータ

index
削除する項目を指定します。
参照

GroupCollection クラス
GroupCollection メンバ