Aspose::Cells::ScenarioInputCellCollection::Add method

ScenarioInputCellCollection::Add(int32_t, int32_t, const U16String&) method

Adds an input cell.

int32_t Aspose::Cells::ScenarioInputCellCollection::Add(int32_t row, int32_t column, const U16String &value)
ParameterTypeDescription
rowint32_tThe row index of input cell.
columnint32_tThe column index of input cell.
valueconst U16String&The value of input cell.

ReturnValue

See Also

ScenarioInputCellCollection::Add(int32_t, int32_t, const char16_t*) method

Adds an input cell.

int32_t Aspose::Cells::ScenarioInputCellCollection::Add(int32_t row, int32_t column, const char16_t *value)
ParameterTypeDescription
rowint32_tThe row index of input cell.
columnint32_tThe column index of input cell.
valueconst char16_t*The value of input cell.

ReturnValue

See Also