Enum EmptyRowsStrategy
- Namespace
- OfficeOpenXml.Export.ToDataTable
- Assembly
- EPPlus.dll
Defines how empty rows (all cells are blank) in the source range should be handled.
public enum EmptyRowsStrategy
Fields
Ignore = 0
Ignore the empty row and continue with next
StopAtFirst = 1
Stop reading when the first empty row occurs