Show / Hide Table of Contents

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

In This Article
Back to top Generated by DocFX