'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.