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
columnIndexint
ExcelColumnIndexAttribute(string)
public ExcelColumnIndexAttribute(string columnName)
Parameters
columnNamestring
Properties
ExcelColumnIndex
public int ExcelColumnIndex { get; set; }