Class ExcelTableColumn
- Namespace
- OfficeOpenXml.Table
- Assembly
- Magicodes.EPPlus.dll
public class ExcelTableColumn : XmlHelper
- Inheritance
-
ExcelTableColumn
- Inherited Members
-
- Extension Methods
-
Properties
public string CalculatedColumnFormula { get; set; }
Property Value
- string
DataCellStyleName
public string DataCellStyleName { get; set; }
Property Value
- string
Id
public int Id { get; set; }
Property Value
- int
Name
public string Name { get; set; }
Property Value
- string
Position
public int Position { get; }
Property Value
- int
public string TotalsRowFormula { get; set; }
Property Value
- string
TotalsRowFunction
public RowFunctions TotalsRowFunction { get; set; }
Property Value
- RowFunctions
TotalsRowLabel
public string TotalsRowLabel { get; set; }
Property Value
- string