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


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

    Property Value

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