Class ExcelFormatAttribute
- Namespace
- MiniExcelLibs.Attributes
- Assembly
- MiniExcel.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class ExcelFormatAttribute : Attribute
- Inheritance
-
ExcelFormatAttribute
- Inherited Members
Constructors
ExcelFormatAttribute(string)
public ExcelFormatAttribute(string format)
Parameters
formatstring
Properties
Format
public string Format { get; set; }