ScenarioInputCellCollection.Add

ScenarioInputCellCollection.Add method

Adds an input cell.

public int Add(int row, int column, string value)
ParameterTypeDescription
rowInt32The row index of input cell.
columnInt32The column index of input cell.
valueStringThe value of input cell.

See Also