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


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