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


In This Topic
    ColumnFooter Property (SheetView)
    In This Topic
    Gets the column footers for the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnFooter As ColumnFooter
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ColumnFooter
     
    value = instance.ColumnFooter
    public ColumnFooter ColumnFooter {get;}
    Example
    This example uses the ColumnFooter property.
    See Also