Table of Contents

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

string

Ignore

public bool Ignore { get; set; }

Property Value

bool

Index

public int Index { get; set; }

Property Value

int

IndexName

public string IndexName { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Width

public double Width { get; set; }

Property Value

double