Class ExcelColumnWidthAttribute
- Namespace
- MiniExcelLibs.Attributes
- Assembly
- MiniExcel.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class ExcelColumnWidthAttribute : Attribute
- Inheritance
-
ExcelColumnWidthAttribute
- Inherited Members
Constructors
ExcelColumnWidthAttribute(double)
public ExcelColumnWidthAttribute(double excelColumnWidth)
Parameters
excelColumnWidthdouble
Properties
ExcelColumnWidth
public double ExcelColumnWidth { get; set; }