FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapterNotifyChange Class / CreateDimensionChange Method
The index of the column or row.
The number of items whose dimension changed.

In This Topic
    CreateDimensionChange Method
    In This Topic
    Creates a change in the dimensions of a column or row.
    Syntax
    'Declaration
     
    Public Shared Function CreateDimensionChange( _
       ByVal index As Integer, _
       Optional ByVal count As Integer _
    ) As GridControlAdapterNotifyChange
    public static GridControlAdapterNotifyChange CreateDimensionChange( 
       int index,
       int count
    )

    Parameters

    index
    The index of the column or row.
    count
    The number of items whose dimension changed.
    See Also