SheetXL - v0.3.20
    Preparing search index...

    Namespace ICommands

    The ICommands namespace contains interfaces for managing collections of commands and dispatching keystrokes to the most specific command.

    This is done by creating a hierarchy of command groups and tracking the 'most focused' group. All keystrokes will walk up the commands groups until a command is found.

    Interfaces

    IGroup
    ILookup
    ITarget