Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / AggregationDataModel Constructor / AggregationDataModel Constructor(ISheetDataModel)
Sheet data model


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

    Parameters

    targetModel
    Sheet data model
    See Also