Class EpplusTableColumnAttributeBase
Attribute used by LoadFromCollection<T>(IEnumerable<T>) to configure column parameters for the functions/>
Inheritance
System.Object
System.Attribute
EpplusTableColumnAttributeBase
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetHashCode()
System.Attribute.IsDefaultAttribute()
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Module, System.Type)
System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.Match(System.Object)
System.Attribute.TypeId
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Attributes
Assembly: EPPlus.dll
Syntax
public abstract class EpplusTableColumnAttributeBase : Attribute
Properties
Header
Name shown in the header row, overriding the property name
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumberFormat
Excel format string for the column
Declaration
public string NumberFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Order
Order of the columns value, default value is 0
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalsRowFormula
Formula for the total row of this column.
Declaration
public string TotalsRowFormula { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalsRowFunction
If not None the last cell in the column (the totals row) will contain a formula of the specified type.
Declaration
public RowFunctions TotalsRowFunction { get; set; }
Property Value
Type | Description |
---|---|
RowFunctions |
TotalsRowLabel
Text in this columns cell in the totals row
Declaration
public string TotalsRowLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalsRowNumberFormat
Number format for this columns cell in the totals row.
Declaration
public string TotalsRowNumberFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |