ScenarioInputCellCollection.Item

ScenarioInputCellCollection indexer

Gets ScenarioInputCell by index in the list.

public ScenarioInputCell this[int index] { get; }
ParameterDescription
indexThe specific index in the list

Return Value

The ScenarioInputCell object

See Also