Class SheetsOptions

Namespace
ProtoTest.Sheets
Assembly
ProtoTest.Sheets.dll

Spreadsheet choices, layered from ProtoTest:Sheets.

public sealed class SheetsOptions : IProtoConfigurableOptions
Inheritance
SheetsOptions
Implements
Inherited Members
Extension Methods

Fields

ConfigurationSectionName

public const string ConfigurationSectionName = "ProtoTest:Sheets"

Field Value

string

Properties

IncludeHiddenSheets

Whether hidden sheets are included when a workbook is opened. The default is false, so Sheets and the counts derived from it cover only visible sheets; set this to true to read hidden sheets too.

public bool IncludeHiddenSheets { get; set; }

Property Value

bool