'Declaration Protected Overrides Sub EndGroup( _ ByVal exportContext As ExportContext, _ ByVal group As CollectionViewGroup, _ ByVal title As String _ )
'Usage Dim instance As ExcelExporter Dim exportContext As ExportContext Dim group As CollectionViewGroup Dim title As String instance.EndGroup(exportContext, group, title)
protected override void EndGroup( ExportContext exportContext, CollectionViewGroup group, string title )
Parameters
- exportContext
- The ExportContext used.
- group
- The CollectionViewGroup exported.
- title
- The title of the group.