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


In This Topic
    Columns Property (ColumnFooter)
    In This Topic
    Gets a Columns object for the columns in the column footer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As Columns
    'Usage
     
    
    Dim instance As ColumnFooter
    Dim value As Columns
     
    value = instance.Columns
    public Columns Columns {get;}

    Property Value

    Columns object containing the columns
    Example
    This example sets up the column footer for the Spread to display different aggregate types.
    See Also