[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IScenarios.Item

this Property

this[int]

Gets the scenario using the index.

Declaration
IScenario this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IScenario
Parameters
Type Name Description
int index

The index.

this[string]

Gets the scenario using the name.

Declaration
IScenario this[string name] { get; }
ReadOnly Default Property Item(name As String) As IScenario
Parameters
Type Name Description
string name

The scenario name.