Global Interface

Definition

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _Global.

public interface class Global : Microsoft::Office::Interop::Excel::_Global
[System.Runtime.InteropServices.Guid("000208D9-0000-0000-C000-000000000046")]
public interface Global : Microsoft.Office.Interop.Excel._Global
Public Interface Global
Implements _Global
Derived
Attributes
Implements

Properties

ActiveCell (Inherited from _Global)
ActiveChart (Inherited from _Global)
ActiveDialog (Inherited from _Global)
ActiveMenuBar (Inherited from _Global)
ActivePrinter (Inherited from _Global)
ActiveSheet (Inherited from _Global)
ActiveWindow (Inherited from _Global)
ActiveWorkbook (Inherited from _Global)
AddIns (Inherited from _Global)
Application (Inherited from _Global)
Assistant (Inherited from _Global)
Cells (Inherited from _Global)
Charts (Inherited from _Global)
Columns (Inherited from _Global)
CommandBars (Inherited from _Global)
Creator (Inherited from _Global)
DDEAppReturnCode (Inherited from _Global)
DialogSheets (Inherited from _Global)
Excel4IntlMacroSheets (Inherited from _Global)
Excel4MacroSheets (Inherited from _Global)
MenuBars (Inherited from _Global)
Modules (Inherited from _Global)
Names (Inherited from _Global)
Parent (Inherited from _Global)
Range[Object, Object] (Inherited from _Global)
Rows (Inherited from _Global)
Selection (Inherited from _Global)
Sheets (Inherited from _Global)
ShortcutMenus[Int32] (Inherited from _Global)
ThisWorkbook (Inherited from _Global)
Toolbars (Inherited from _Global)
Windows (Inherited from _Global)
Workbooks (Inherited from _Global)
WorksheetFunction (Inherited from _Global)
Worksheets (Inherited from _Global)

Methods

_Evaluate(Object) (Inherited from _Global)
_Run2(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) (Inherited from _Global)
Calculate() (Inherited from _Global)
DDEExecute(Int32, String) (Inherited from _Global)
DDEInitiate(String, String) (Inherited from _Global)
DDEPoke(Int32, Object, Object) (Inherited from _Global)
DDERequest(Int32, String) (Inherited from _Global)
DDETerminate(Int32) (Inherited from _Global)
Evaluate(Object) (Inherited from _Global)
ExecuteExcel4Macro(String) (Inherited from _Global)
Intersect(Range, Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) (Inherited from _Global)
Run(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) (Inherited from _Global)
SendKeys(Object, Object) (Inherited from _Global)
Union(Range, Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) (Inherited from _Global)

Applies to