Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IGroupSupport Interface / IsGroupFooter Method
Row index


In This Topic
    IsGroupFooter Method (IGroupSupport)
    In This Topic
    Determines if the specified row is a group footer.
    Syntax
    'Declaration
     
    
    Function IsGroupFooter( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IGroupSupport
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.IsGroupFooter(row)
    bool IsGroupFooter( 
       int row
    )

    Parameters

    row
    Row index
    See Also