Table of Contents

Class ExcelAttribute

Namespace
CMS.Plugin.MesSuite.Abstractions.Export
Assembly
CMS.Plugin.MesSuite.Abstractions.dll
public class ExcelAttribute : Attribute
Inheritance
ExcelAttribute
Inherited Members

Constructors

ExcelAttribute(string, double)

public ExcelAttribute(string translateKey, double columnWidth = 22)

Parameters

translateKey string
columnWidth double

Properties

ColumnWidth

public double ColumnWidth { get; set; }

Property Value

double

TranslateKey

public string TranslateKey { get; set; }

Property Value

string