Spread Windows Forms 12.0 Product Documentation
IsGroupFooter Method (IGroupFooterSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IGroupFooterSupport 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 IGroupFooterSupport
Dim row As Integer
Dim value As Boolean
 
value = instance.IsGroupFooter(row)
bool IsGroupFooter( 
   int row
)

Parameters

row
Row index
See Also

Reference

IGroupFooterSupport Interface
IGroupFooterSupport Members