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


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