Header menu logo issie

ParamDefinitions Type

The parameters a sheet declares, with their defaults and descriptions.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
Returns: ParamDefinition
key : ParamName
Returns: ParamDefinition

this.Keys

Full Usage: this.Keys

Returns: ICollection<ParamName>
Returns: ICollection<ParamName>

this.Values

Full Usage: this.Values

Returns: ICollection<ParamDefinition>
Returns: ICollection<ParamDefinition>

Type something to start searching.