'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.