Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupFooterSupport Interface / IsGroupFooter Method
Row index


In This Topic
IsGroupFooter Method (IGroupFooterSupport)
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 IGroupFooterSupport
Dim row As Integer
Dim value As Boolean
 
value = instance.IsGroupFooter(row)

Parameters

row
Row index
See Also