ExtractDataOptions Enum
Options specified when extracting data to System.Data.DataTable.
Fields
None | None of the options is set. |
SkipEmptyRows | When extracting data, skip all empty rows. |
StopAtFirstEmptyRow | Extracting data stops at the first empty row. |