API Reference
Class
ExcelColumnAttribute
Declares explicit spreadsheet header aliases for typed read mapping.
Inheritance
- Attribute
- ExcelColumnAttribute
Constructors
public ExcelColumnAttribute(String name, params String[] aliases) #Creates a new explicit header mapping definition.
Parameters
- name System.String
- aliases System.String[]
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
public override Boolean Match(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
Properties
Inherited Properties
public override Object TypeId { get; } #Inherited from Attribute