Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / TargetModel Property


In This Topic
    TargetModel Property (AggregationDataModel)
    In This Topic
    Gets the sheet data model for the aggregation target.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetModel As ISheetDataModel
    'Usage
     
    
    Dim instance As AggregationDataModel
    Dim value As ISheetDataModel
     
    value = instance.TargetModel
    public ISheetDataModel TargetModel {get;}
    See Also