'宣言 Public Shared Function CreateReplaceChange( _ ByVal startingIndex As System.Integer, _ ByVal oldItemsCount As System.Integer, _ ByVal newItemsCount As System.Integer _ ) As GridControlAdapterNotifyChange
public static GridControlAdapterNotifyChange CreateReplaceChange( System.int startingIndex, System.int oldItemsCount, System.int newItemsCount )
パラメータ
- startingIndex
- 置換される項目のインデックス。
- oldItemsCount
- 置換される項目の数。
- newItemsCount
- 元の項目と置き換わる項目の数。