Show / Hide Table of Contents

Class MenuHandlerGlobals

global ribbon variable and procedures for MenuHandler

Inheritance
MenuHandlerGlobals
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class MenuHandlerGlobals

Fields

| Improve this Doc View Source

theRibbon

reference object for the ribbon

Declaration
public static IRibbonUI theRibbon
Field Value
Description

Methods

| Improve this Doc View Source

jumpButton()

jumps between DB Function and target area

Declaration
[ExcelCommand(Name = "jumpButton", ShortCut = "^J")]
public static void jumpButton()
| Improve this Doc View Source

refreshData()

refresh DB Functions (and - if called from outside any db function area - all other external data ranges)

Declaration
[ExcelCommand(Name = "refreshData", ShortCut = "^R")]
public static void refreshData()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX