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
excelIgnorebool
Properties
ExcelIgnore
public bool ExcelIgnore { get; set; }