Aspose::Cells::ScenarioCollection::Add method

ScenarioCollection::Add(const U16String&) method

Adds a scenario.

int32_t Aspose::Cells::ScenarioCollection::Add(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of scenario.

ReturnValue

The index in the list of scenarios.

See Also

ScenarioCollection::Add(const char16_t*) method

Adds a scenario.

int32_t Aspose::Cells::ScenarioCollection::Add(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of scenario.

ReturnValue

The index in the list of scenarios.

See Also