Table of Contents

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

format string

Properties

Format

public string Format { get; set; }

Property Value

string