Table of Contents

Class ExcelColumnNameAttribute

Namespace
BigExcelCreator.ClassAttributes
Assembly
BigExcelCreator.dll

Specifies the name of an Excel column for a property.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class ExcelColumnNameAttribute : Attribute
Inheritance
ExcelColumnNameAttribute
Inherited Members

Constructors

ExcelColumnNameAttribute(string)

Specifies the name of an Excel column for a property.

public ExcelColumnNameAttribute(string name)

Parameters

name string

The name of the Excel column.

Properties

Name

Gets the name of the Excel column.

public string Name { get; }

Property Value

string