Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupFooter Class / DataModel Property


In This Topic
DataModel Property (GroupFooter)
In This Topic
Gets or sets the data model for the group footer.
Syntax
'Declaration
 
Public Property DataModel As ISheetDataModel
 
'Usage
 
Dim instance As GroupFooter
Dim value As ISheetDataModel
 
instance.DataModel = value
 
value = instance.DataModel
See Also