Table of Contents

Class ExcelColumnNameAttribute

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

Constructors

ExcelColumnNameAttribute(string, string[])

public ExcelColumnNameAttribute(string excelColumnName, string[] aliases = null)

Parameters

excelColumnName string
aliases string[]

Properties

Aliases

public string[] Aliases { get; set; }

Property Value

string[]

ExcelColumnName

public string ExcelColumnName { get; set; }

Property Value

string