Click or drag to resize

ExportToExcelExportOptions Enumeration

Defines export options.

Namespace:  MediaCy.Commands.Export
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration ExportOptions
Members
  Member nameValueDescription
NewWorksheet0 Create new worksheet.
AppendToBottom1 Use active worksheet and append new data below from the existing data.
AppendToRight2 Use active worksheet and append new data on the right from the existing data.
Remarks