API Reference
Class
LegacyXlsScenario
Represents a BIFF8 worksheet scenario parsed from a SCENARIO record.
Inheritance
- Object
- LegacyXlsScenario
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorksheet.Scenarios
Constructors
public LegacyXlsScenario(String name, Boolean locked, Boolean hidden, String user, String comment, IReadOnlyList<LegacyXlsScenarioInputCell> inputCells) #Creates worksheet scenario metadata.
Parameters
- name System.String
- locked System.Boolean
- hidden System.Boolean
- user System.String
- comment System.String
- inputCells System.Collections.Generic.IReadOnlyList{OfficeIMO.Excel.LegacyXls.Model.LegacyXlsScenarioInputCell}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Gets the scenario name.
public Boolean Locked { get; } #Gets whether the scenario is locked.
public String User { get; } #Gets the scenario owner name, when present.
public String Comment { get; } #Gets the scenario comment, when present.
public IReadOnlyList<LegacyXlsScenarioInputCell> InputCells { get; } #Gets the changed cells and their stored values.