Header menu logo issie

SheetInstances Type

Every instance of every sheet in the tree under one top sheet, keyed by sheet name. A sheet absent from the map is not instantiated under the top (the top itself is present, as its own single instance with an empty path).

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:
    key : string

Returns: SheetInstance list
key : string
Returns: SheetInstance list

this.Keys

Full Usage: this.Keys

Returns: ICollection<string>
Returns: ICollection<string>

this.Values

Full Usage: this.Values

Returns: ICollection<SheetInstance list>
Returns: ICollection<SheetInstance list>

Type something to start searching.