Click or drag to resize

ExcelUpdateOptions Enumeration

Enum specifying the update options for exporting to Excel

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public enum ExcelUpdateOptions
Members
  Member nameValueDescription
CreateNewWorkbook0 Create a new workbook. Overwrites existing workbook with same name!
CreateNewWorksheet1 Create new sheet in workbook.
ReplaceWorksheet2 (Default) Replaces the workheet. Overwrites existing worksheet.
AppendToWorksheet3 Append data to the worksheet.
See Also