Scenario.Show Method
Shows the scenario by inserting its values on the worksheet. The affected cells are the changing cells of the scenario.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Show As Object
'Usage
Dim instance As Scenario
Dim returnValue As Object
returnValue = instance.Show()
Object Show()
Return Value
Type: System.Object