C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunctionCollection Class / InsertRange Method

In This Topic
InsertRange Method (GridAggregateFunctionCollection)
In This Topic
Syntax
'Declaration
 
Public Sub InsertRange( _
   ByVal startingIndex As Integer, _
   ByVal items As IEnumerable(Of GridAggregateFunction) _
) 
 

Parameters

startingIndex
items
See Also