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


In This Topic
DataModel Property (DefaultGroupFooter)
In This Topic
Gets the data model of the default group footer.
Syntax
'Declaration
 
Public ReadOnly Property DataModel As ISheetDataModel
 
'Usage
 
Dim instance As DefaultGroupFooter
Dim value As ISheetDataModel
 
value = instance.DataModel
See Also