Class SheetAttribute
Declares which sheet of the workbook a row record models, and where its headers live.
[AttributeUsage(AttributeTargets.Class)]
public sealed class SheetAttribute : Attribute
- Inheritance
-
SheetAttribute
- Inherited Members
- Extension Methods
Constructors
SheetAttribute(string)
Declares which sheet of the workbook a row record models, and where its headers live.
public SheetAttribute(string name)
Parameters
namestring
Properties
HeaderRows
The one or more header rows; a merged group header plus subheaders is two rows.
public int[] HeaderRows { get; init; }
Property Value
- int[]
Name
public string Name { get; }