[]
Creates the remove change.
public static GridCellFactoryNotifyChange CreateRemoveChange(GridRowColType type, int oldStartingIndex, int count, bool isAnimated)
Public Shared Function CreateRemoveChange(type As GridRowColType, oldStartingIndex As Integer, count As Integer, isAnimated As Boolean) As GridCellFactoryNotifyChange
| Type | Name | Description |
|---|---|---|
| GridRowColType | type | The type of column or row. |
| int | oldStartingIndex | Index of the removed item. |
| int | count | The count. |
| bool | isAnimated | Whether the change should be animated. |
| Type | Description |
|---|---|
| GridCellFactoryNotifyChange |