Scenario.ChangingCells Property
Returns a Range object that represents the changing cells for a scenario.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property ChangingCells As Range
Get
'Usage
Dim instance As Scenario
Dim value As Range
value = instance.ChangingCells
Range ChangingCells { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range