API Reference

Class

LegacyXlsScenario

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

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

Constructors

public LegacyXlsScenario(String name, Boolean locked, Boolean hidden, String user, String comment, IReadOnlyList<LegacyXlsScenarioInputCell> inputCells) #

Creates worksheet scenario metadata.

Parameters

name System.String requiredposition: 0
locked System.Boolean requiredposition: 1
hidden System.Boolean requiredposition: 2
user System.String requiredposition: 3
comment System.String requiredposition: 4
inputCells System.Collections.Generic.IReadOnlyList{OfficeIMO.Excel.LegacyXls.Model.LegacyXlsScenarioInputCell} requiredposition: 5

Properties

public String Name { get; } #

Gets the scenario name.

public Boolean Locked { get; } #

Gets whether the scenario is locked.

public Boolean Hidden { get; } #

Gets whether the scenario is hidden.

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.