Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / GroupFooterEditor Method


In This Topic
    GroupFooterEditor Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Shared Function GroupFooterEditor( _
       ByVal sheet As SheetView _
    ) As Form
    'Usage
     
    
    Dim sheet As SheetView
    Dim value As Form
     
    value = BuiltInDialogs.GroupFooterEditor(sheet)
    public static Form GroupFooterEditor( 
       SheetView sheet
    )

    Parameters

    sheet
    See Also