Class ExcelSheetAttribute
- Namespace
- MiniExcelLibs.Attributes
- Assembly
- MiniExcel.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class ExcelSheetAttribute : Attribute
- Inheritance
-
ExcelSheetAttribute
- Derived
- Inherited Members
Constructors
ExcelSheetAttribute()
public ExcelSheetAttribute()
Properties
Name
public string Name { get; set; }
Property Value
State
public SheetState State { get; set; }