Scenario Class

Scenario class

Represents an individual scenario.


type Scenario struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCommentGets and sets the comment of scenario.
SetCommentGets and sets the comment of scenario.
GetNameGets and sets the name of scenario.
SetNameGets and sets the name of scenario.
GetUserGets name of user who last changed the scenario.
IsHiddenIndicates whether scenario is hidden.
SetIsHiddenIndicates whether scenario is hidden.
IsLockedIndicates whether scenario is locked for editing when the sheet is protected.
SetIsLockedIndicates whether scenario is locked for editing when the sheet is protected.
GetInputCellsGets the input cells of scenario.