Header menu logo issie

ChainAction Type

One modification the bind-to-top offer would make if accepted.

Union cases

Union case Description

AddSheetParam(Sheet, Param, Default, Description)

Full Usage: AddSheetParam(Sheet, Param, Default, Description)

Parameters:

Declare parameter Param on Sheet with the given default value and description. The description is copied from the declaring ancestor: a pass-through parameter created here means the same thing as the one it is being chained to, and every parameter must carry a description.

Sheet : string
Param : ParamName
Default : ParamInt
Description : string

BindInstance(Sheet, InstanceId, InstanceLabel, ChildSheet, Param)

Full Usage: BindInstance(Sheet, InstanceId, InstanceLabel, ChildSheet, Param)

Parameters:
    Sheet : string
    InstanceId : string
    InstanceLabel : string
    ChildSheet : string
    Param : ParamName

Bind parameter Param of the instance InstanceId (of sheet ChildSheet, labelled InstanceLabel) on Sheet to the expression `Param`, i.e. to Sheet's own parameter.

Sheet : string
InstanceId : string
InstanceLabel : string
ChildSheet : string
Param : ParamName

Instance members

Instance member Description

this.IsAddSheetParam

Full Usage: this.IsAddSheetParam

Returns: bool
Returns: bool

this.IsBindInstance

Full Usage: this.IsBindInstance

Returns: bool
Returns: bool

Type something to start searching.