Aspose::Cells::ScenarioInputCell class

ScenarioInputCell class

Represents input cell for the scenario.

class ScenarioInputCell

Methods

MethodDescription
GetColumn()Gets and sets the column index of the input cell.
GetName()Gets and sets the input cell address.
GetRow()Gets and sets the row index of the input cell.
GetValue()Gets and sets value of the input cell.
IsDeleted()Indicates whether input cell is deleted.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ScenarioInputCell& src)operator=
ScenarioInputCell(ScenarioInputCell_Impl* impl)Constructs from an implementation object.
ScenarioInputCell(const ScenarioInputCell& src)Copy constructor.
SetIsDeleted(bool value)Indicates whether input cell is deleted.
SetValue(const U16String& value)Gets and sets value of the input cell.
SetValue(const char16_t* value)Gets and sets value of the input cell.
~ScenarioInputCell()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also