FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / TargetModel Property
Example


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

Property Value

ISheetDataModel object containing the data model for the group
Example
This example groups the data model.
See Also