GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Outline クラス : DumpGroups メソッド |
'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) _ )
public void DumpGroups( int level, bool includeNestedGroup, Action<int,int,int,bool> handler, Action<int,int> handler1 )