Spread for ASP.NET 11 Product Documentation
IsGroupFooter Method (IGroupSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IGroupSupport Interface : IsGroupFooter Method
Row index
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

Reference

IGroupSupport Interface
IGroupSupport Members