Scenario.Values Property

Returns an array that contains the current values of the changing cells for the scenario.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Values ( _
    Index As Object _
) As Object
    Get
'Usage
Dim instance As Scenario
Dim Index As Object
Dim value As Object

value = instance.Values(Index)
Object this[
    Object Index
] { get; }

Parameters

  • Index
    Type: System.Object

    Optional Object. The position of the value.

Property Value

Type: System.Object

See Also

Reference

Scenario Interface

Scenario Members

Microsoft.Office.Interop.Excel Namespace