Click or drag to resize

ExportGroupedBy Enumeration

Determines the grouping objects for XLSX exports

Namespace:  Articy.Export.Office
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum ExportGroupedBy
Members
  Member nameValueDescription
Nothing0 No groups are built
Folder1 Objects are grouped by their containing folder
ObjectType2 Objects are grouped by their type
Template3 Objects are grouped by their template
See Also