Options specified when reading XLS files.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
[FlagsAttribute] public enum XlsOptions |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration XlsOptions |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not preserve records. Only records fully supported by GemBox.Spreadsheet API will be loaded. | |
| PreserveGlobalRecords | 1 | Preserve global (workbook) records. | |
| PreserveWorksheetRecords | 2 | Preserve worksheet records. | |
| PreserveSummaries | 4 | Preserve summaries. | |
| PreserveMacros | 8 | Preserve macros and VBA code. | |
| PreserveAll | 15 | Preserve all possible information. |