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