Table of Contents

Class ExcelColumnIndexAttribute

Namespace
MiniExcelLibs.Attributes
Assembly
MiniExcel.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class ExcelColumnIndexAttribute : Attribute
Inheritance
ExcelColumnIndexAttribute
Inherited Members

Constructors

ExcelColumnIndexAttribute(int)

public ExcelColumnIndexAttribute(int columnIndex)

Parameters

columnIndex int

ExcelColumnIndexAttribute(string)

public ExcelColumnIndexAttribute(string columnName)

Parameters

columnName string

Properties

ExcelColumnIndex

public int ExcelColumnIndex { get; set; }

Property Value

int