Spread Windows Forms 12.0 Product Documentation
DataModel Property (GroupFooter)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > GroupFooter Class : DataModel Property
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
public ISheetDataModel DataModel {get; set;}
See Also

Reference

GroupFooter Class
GroupFooter Members