WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactoryNotifyChange Class / CreateDimensionChange Method
The type of column or row.
The index of the column of row that is changing.
In This Topic
    CreateDimensionChange Method (GridCellFactoryNotifyChange)
    In This Topic
    Creates a dimension change.
    Syntax
    public static GridCellFactoryNotifyChange CreateDimensionChange( 
       GridRowColType type,
       int index
    )

    Parameters

    type
    The type of column or row.
    index
    The index of the column of row that is changing.
    See Also