 | 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
Syntaxpublic enum ExcelUpdateOptions
Public Enumeration ExcelUpdateOptions
Members|
| Member name | Value | Description |
|---|
| CreateNewWorkbook | 0 |
Create a new workbook. Overwrites existing workbook with same name!
|
| CreateNewWorksheet | 1 |
Create new sheet in workbook.
|
| ReplaceWorksheet | 2 |
(Default) Replaces the workheet. Overwrites existing worksheet.
|
| AppendToWorksheet | 3 |
Append data to the worksheet.
|
See Also