[]
Creates the add change.
public static GridCellFactoryNotifyChange CreateAddChange(GridRowColType type, int newStartingIndex, int count, bool isAnimated)
Public Shared Function CreateAddChange(type As GridRowColType, newStartingIndex As Integer, count As Integer, isAnimated As Boolean) As GridCellFactoryNotifyChange
| Type | Name | Description |
|---|---|---|
| GridRowColType | type | The type of column or row. |
| int | newStartingIndex | New index of the starting. |
| int | count | The count. |
| bool | isAnimated | Whether the change should be animated. |
| Type | Description |
|---|---|
| GridCellFactoryNotifyChange |