Table of Contents

Class ExcelIgnoreAttribute

Namespace
MiniExcelLibs.Attributes
Assembly
MiniExcel.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class ExcelIgnoreAttribute : Attribute
Inheritance
ExcelIgnoreAttribute
Inherited Members

Constructors

ExcelIgnoreAttribute(bool)

public ExcelIgnoreAttribute(bool excelIgnore = true)

Parameters

excelIgnore bool

Properties

ExcelIgnore

public bool ExcelIgnore { get; set; }

Property Value

bool