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


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