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


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

    Property Value

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