SkipMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a strategy to skip rows when reading files
public enum class SkipMode
public enum SkipMode
type SkipMode =
Public Enum SkipMode
- Inheritance
-
SkipMode
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Don't skip any rows. |
| FirstFile | 1 | Skip rows from the first file only. |
| Ungrouped | 1 | Skip rows from the first file only. |
| AllFiles | 2 | Skip rows from every file. |
| Grouped | 2 | Skip rows from every file. |