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