Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ColumnFooterDataModel Property
Example


In This Topic
    ColumnFooterDataModel Property
    In This Topic
    Gets or sets the data for the column footer.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterDataModel As ISheetDataModel
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ISheetDataModel
     
    instance.ColumnFooterDataModel = value
     
    value = instance.ColumnFooterDataModel
    public ISheetDataModel ColumnFooterDataModel {get; set;}
    Example
    This example sets the models for a column footer.
    See Also