Click or drag to resize

ExportVariableOrder Enumeration

Determines which names should be exported in XLSX exports. Is applied to variable names

Namespace:  Articy.Export.Office
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum ExportVariableOrder
Members
  Member nameValueDescription
ScriptingName0 sort ascending by ScriptingName
Namespace1 sort ascending by Namespace
DataType2 sort ascending by DataType
See Also