Table of Contents

Class EpplusFormulaTableColumnAttribute

Namespace
OfficeOpenXml.Attributes
Assembly
EPPlus.dll

Use this attribute on a class or an interface to insert a column with a formula

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = true)]
public class EpplusFormulaTableColumnAttribute : EpplusTableColumnAttributeBase
Inheritance
EpplusFormulaTableColumnAttribute
Inherited Members

Constructors

EpplusFormulaTableColumnAttribute()

public EpplusFormulaTableColumnAttribute()

Properties

Formula

The spreadsheet formula (don't include the leading '='). If you use the {row} placeholder in the formula it will be replaced with the actual row of each cell in the column.

public string Formula { get; set; }

Property Value

string

FormulaR1C1

The spreadsheet formula (don't include the leading '=') in R1C1 format.

public string FormulaR1C1 { get; set; }

Property Value

string