GemBox.Spreadsheet

ExtractDataOptions Enumeration

Options specified when extracting data to DataTable.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum ExtractDataOptions

Members

Member Name Description Value
None None of the options is set. 0
StopAtFirstEmptyRow Extracting data stops at the first empty row. 1

Requirements

Namespace: GemBox.Spreadsheet

Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)

See Also

GemBox.Spreadsheet Namespace