Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / AggregationDataModel Constructor / AggregationDataModel Constructor(Group)


In This Topic
    AggregationDataModel Constructor(Group)
    In This Topic
    Creates a new aggregation data model for the specified group.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal targetGroup As Group _
    )
    'Usage
     
    
    Dim targetGroup As Group
     
    Dim instance As New AggregationDataModel(targetGroup)
    public AggregationDataModel( 
       Group targetGroup
    )

    Parameters

    targetGroup
    See Also