Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Outline Class / DumpGroups Method


In This Topic
    DumpGroups Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub DumpGroups( _
       ByVal level As Integer, _
       ByVal includeNestedGroup As Boolean, _
       ByVal handler As Action(Of Integer,Integer,Integer,Boolean), _
       Optional ByVal handler1 As Action(Of Integer,Integer) _
    ) 
    'Usage
     
    
    Dim instance As Outline
    Dim level As Integer
    Dim includeNestedGroup As Boolean
    Dim handler As Action(Of Integer,Integer,Integer,Boolean)
    Dim handler1 As Action(Of Integer,Integer)
     
    instance.DumpGroups(level, includeNestedGroup, handler, handler1)

    Parameters

    level
    includeNestedGroup
    handler
    handler1
    See Also