Options specified when extracting data to DataTable.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
[FlagsAttribute] public enum ExtractDataOptions |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ExtractDataOptions |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | None of the options is set. | |
| StopAtFirstEmptyRow | 1 | Extracting data stops at the first empty row. | |
| SkipEmptyRows | 2 | When extracting data, skip all empty rows. |