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