Enum ApplyDataFrom
Option for which data should overwrite the other in a sync.
Namespace: OfficeOpenXml.Table
Assembly: EPPlus.dll
Syntax
public enum ApplyDataFrom
Fields
Name | Description |
---|---|
CellsToColumnNames | Overwrite columnNames with cell data |
ColumnNamesToCells | Overwrite cells with column name data |