Table of Contents

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

excelColumnWidth double

Properties

ExcelColumnWidth

public double ExcelColumnWidth { get; set; }

Property Value

double