WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactoryNotifyChange Class / CreateReplaceChange Method
The type of column or row.
The index of the replaced items.
The number of replaced items.
The number of items that replace the original ones.
In This Topic
    CreateReplaceChange Method (GridCellFactoryNotifyChange)
    In This Topic
    Creates the replace change.
    Syntax

    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.
    See Also