Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IGroupSupport Interface / TargetModel Property


In This Topic
    TargetModel Property (IGroupSupport)
    In This Topic
    Gets the target sheet data model.
    Syntax
    'Declaration
     
    
    ReadOnly Property TargetModel As ISheetDataModel
    'Usage
     
    
    Dim instance As IGroupSupport
    Dim value As ISheetDataModel
     
    value = instance.TargetModel
    ISheetDataModel TargetModel {get;}

    Property Value

    ISheetDataModel object containing the target data model
    See Also