Class EpplusFormulaTableColumnAttribute
Use this attribute on a class or an interface to insert a column with a formula
Inherited Members
Namespace: OfficeOpenXml.Attributes
Assembly: EPPlus.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = true)]
public class EpplusFormulaTableColumnAttribute : EpplusTableColumnAttributeBase
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.
Declaration
public string Formula { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FormulaR1C1
The spreadsheet formula (don't include the leading '=') in R1C1 format.
Declaration
public string FormulaR1C1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |