Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / DefaultGroupFooter Property


In This Topic
DefaultGroupFooter Property
In This Topic
Default setting for group footers.
Syntax
'Declaration
 
Public Property DefaultGroupFooter As DefaultGroupFooterCollection
 
'Usage
 
Dim instance As SheetView
Dim value As DefaultGroupFooterCollection
 
instance.DefaultGroupFooter = value
 
value = instance.DefaultGroupFooter
See Also