Click or drag to resize

ExportToExcelExportDirection Enumeration

Defines export direction if exported data is an array if items.

Namespace:  MediaCy.Commands.Export
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration ExportDirection
Members
  Member nameValueDescription
Vertical0 Export each item below from the previous item.
Horizontal1 Export each item on the right from the previous item.
Remarks