Xceed DataGrid for WPF v7.2 Documentation
StartGroup Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Export Namespace > ExcelExporter Class : StartGroup Method
The ExportContext used.
The CollectionViewGroup being exported.
The title of the group being exported.
Called before a group is exported.
Syntax
'Declaration
 
Protected Overrides Sub StartGroup( _
   ByVal exportContext As ExportContext, _
   ByVal group As CollectionViewGroup, _
   ByVal groupLevelDescription As GroupLevelDescription, _
   ByVal fieldName As String, _
   ByVal title As String _
) 
'Usage
 
Dim instance As ExcelExporter
Dim exportContext As ExportContext
Dim group As CollectionViewGroup
Dim groupLevelDescription As GroupLevelDescription
Dim fieldName As String
Dim title As String
 
instance.StartGroup(exportContext, group, groupLevelDescription, fieldName, title)
protected override void StartGroup( 
   ExportContext exportContext,
   CollectionViewGroup group,
   GroupLevelDescription groupLevelDescription,
   string fieldName,
   string title
)

Parameters

exportContext
The ExportContext used.
group
The CollectionViewGroup being exported.
groupLevelDescription
fieldName
title
The title of the group being exported.
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 StartGroup