[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactoryNotifyChange.CreateAddChange

CreateAddChange Method

CreateAddChange(GridRowColType, int, int, bool)

Creates the add change.

Declaration
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
Parameters
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.

Returns
Type Description
GridCellFactoryNotifyChange