Aspose::Cells::ScenarioInputCellCollection class

ScenarioInputCellCollection class

Represents the list of the scenario’s input cells.

class ScenarioInputCellCollection

Methods

MethodDescription
Add(int32_t row, int32_t column, const U16String& value)Adds an input cell.
Add(int32_t row, int32_t column, const char16_t* value)Adds an input cell.
begin()Returns an iterator to the beginning of the ScenarioInputCellCollection.
end()Returns an iterator to the end of the ScenarioInputCellCollection.
Get(int32_t index)Gets ScenarioInputCell by index in the list.
GetCount()Gets the number of elements contained in the instance.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ScenarioInputCellCollection& src)operator=
ScenarioInputCellCollection(ScenarioInputCellCollection_Impl* impl)Constructs from an implementation object.
ScenarioInputCellCollection(const ScenarioInputCellCollection& src)Copy constructor.
~ScenarioInputCellCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also