API Reference

Class

LegacyXlsScenarioManager

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public LegacyXlsScenarioManager(UInt16 scenarioCount, Int16 currentScenarioIndex, Int16 shownScenarioIndex, IReadOnlyList<String> resultRanges) #

Creates scenario-manager metadata.

Parameters

scenarioCount System.UInt16 requiredposition: 0
currentScenarioIndex System.Int16 requiredposition: 1
shownScenarioIndex System.Int16 requiredposition: 2
resultRanges System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 3

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.