ScenarioInputCell Class
Represents input cell for the scenario.
type ScenarioInputCell struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetRow | Gets and sets the row index of the input cell. |
| GetColumn | Gets and sets the column index of the input cell. |
| GetName | Gets and sets the input cell address. |
| GetValue | Gets and sets value of the input cell. |
| SetValue | Gets and sets value of the input cell. |
| IsDeleted | Indicates whether input cell is deleted. |
| SetIsDeleted | Indicates whether input cell is deleted. |