Spread Windows Forms 15.0
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
    public ISheetDataModel DataModel {get; set;}
    See Also