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


In This Topic
    ColumnFooter Property (FpSpread)
    In This Topic
    Gets the column footers in the Spread component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnFooter As ColumnFooter
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As ColumnFooter
     
    value = instance.ColumnFooter
    public ColumnFooter ColumnFooter {get;}
    Example
    This example creates a column footer.
    See Also