Class SheetAttribute

Namespace
ProtoTest.Sheets
Assembly
ProtoTest.Sheets.dll

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

name string

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; }

Property Value

string