public static GridCellFactoryNotifyChange CreateReplaceChange( GridRowColType type, int startingIndex, int oldItemsCount, int newItemsCount )
Parameters
- type
- The type of column or row.
- startingIndex
- The index of the replaced items.
- oldItemsCount
- The number of replaced items.
- newItemsCount
- The number of items that replace the original ones.