FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunctionCollection Class / SetSource Method

In This Topic
    SetSource Method (GridAggregateFunctionCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetSource( _
       ByVal collection As IDataCollection(Of GridAggregateFunction) _
    ) 
    protected void SetSource( 
       IDataCollection<GridAggregateFunction> collection
    )

    Parameters

    collection
    See Also