Aspose::Cells::ScenarioInputCell class
Contents
[
Hide
]ScenarioInputCell class
Represents input cell for the scenario.
class ScenarioInputCell
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++