ScenarioInputCell Class

ScenarioInputCell class

Represents input cell for the scenario.


type ScenarioInputCell struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetRowGets and sets the row index of the input cell.
GetColumnGets and sets the column index of the input cell.
GetNameGets and sets the input cell address.
GetValueGets and sets value of the input cell.
SetValueGets and sets value of the input cell.
IsDeletedIndicates whether input cell is deleted.
SetIsDeletedIndicates whether input cell is deleted.