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
Properties
ColumnWidth
public double ColumnWidth { get; set; }
Property Value
TranslateKey
public string TranslateKey { get; set; }