Table of Contents

Class ExcelColumnTypeAttribute

Namespace
BigExcelCreator.ClassAttributes
Assembly
BigExcelCreator.dll

Specifies the Excel cell type for a property when exporting to Excel.

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

Constructors

ExcelColumnTypeAttribute(CellDataType)

Specifies the Excel cell type for a property when exporting to Excel.

public ExcelColumnTypeAttribute(CellDataType type)

Parameters

type CellDataType

Properties

Type

Gets the Excel cell type for the attributed property.

public CellDataType Type { get; }

Property Value

CellDataType