API Reference
Class
LegacyXlsScenarioManager
Represents BIFF8 scenario-manager metadata parsed from a ScenMan record.
Inheritance
- Object
- LegacyXlsScenarioManager
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.ScenarioManager
Constructors
public LegacyXlsScenarioManager(UInt16 scenarioCount, Int16 currentScenarioIndex, Int16 shownScenarioIndex, IReadOnlyList<String> resultRanges) #Creates scenario-manager metadata.
Parameters
- scenarioCount System.UInt16
- currentScenarioIndex System.Int16
- shownScenarioIndex System.Int16
- resultRanges System.Collections.Generic.IReadOnlyList{System.String}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 ScenarioCount { get; } #Gets the scenario count declared by ScenMan.
public Int16 CurrentScenarioIndex { get; } #Gets the current scenario index, or -1 when no scenario is current.
public Int16 ShownScenarioIndex { get; } #Gets the shown scenario index, or -1 when no scenario is shown.
public IReadOnlyList<String> ResultRanges { get; } #Gets result-cell ranges declared by ScenMan.