FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnCollection Class / ReplaceRange Method

In This Topic
    ReplaceRange Method (GridColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ReplaceRange( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of GridColumn) _
    ) 
    public void ReplaceRange( 
       int startingIndex,
       IEnumerable<GridColumn> items
    )

    Parameters

    startingIndex
    items
    See Also