Class ExcelColumnAttribute
- Namespace
- MiniExcelLibs.Attributes
- Assembly
- MiniExcel.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class ExcelColumnAttribute : Attribute
- Inheritance
-
ExcelColumnAttribute
- Derived
- Inherited Members
Constructors
ExcelColumnAttribute()
public ExcelColumnAttribute()
Properties
Aliases
public string[] Aliases { get; set; }
Property Value
- string[]
Format
public string Format { get; set; }
Property Value
Ignore
public bool Ignore { get; set; }
Property Value
Index
public int Index { get; set; }
Property Value
IndexName
public string IndexName { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Width
public double Width { get; set; }