[]
Creates the replace change.
public static GridCellFactoryNotifyChange CreateReplaceChange(GridRowColType type, int startingIndex, int oldItemsCount, int newItemsCount)
| Type | Name | Description |
|---|---|---|
| GridRowColType | type | The type of column or row. |
| int | startingIndex | The index of the replaced items. |
| int | oldItemsCount | The number of replaced items. |
| int | newItemsCount | The number of items that replace the original ones. |
| Type | Description |
|---|---|
| GridCellFactoryNotifyChange |