Click or drag to resize

ExportFeatureOrder Enumeration

Determines the sort order of features in the XLSX exports

Namespace:  Articy.Export.Office
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum ExportFeatureOrder
Members
  Member nameValueDescription
Alphabetical0 Features are sorted ascending by their names (either display- or technical- name), depending on "WhichName" setting. Then they a placed left to right
UsageCount1 Features that are used more often (by the objects on that sheet) are shown first.
See Also