Scenario Class
Contents
[
Hide
]Scenario class
Represents an individual scenario.
type Scenario struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetComment | Gets and sets the comment of scenario. |
SetComment | Gets and sets the comment of scenario. |
GetName | Gets and sets the name of scenario. |
SetName | Gets and sets the name of scenario. |
GetUser | Gets name of user who last changed the scenario. |
IsHidden | Indicates whether scenario is hidden. |
SetIsHidden | Indicates whether scenario is hidden. |
IsLocked | Indicates whether scenario is locked for editing when the sheet is protected. |
SetIsLocked | Indicates whether scenario is locked for editing when the sheet is protected. |
GetInputCells | Gets the input cells of scenario. |