Xceed DataGrid for WPF v7.2 Documentation
EndGroup Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Export Namespace > ExcelExporter Class : EndGroup Method
The ExportContext used.
The CollectionViewGroup exported.
The title of the group.
Called after a group has been exported.
Syntax
'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.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcelExporter Class
ExcelExporter Members
Base Implementation in EndGroup