_Global Interface

Definição

This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. Para obter mais informações sobre o objeto COM, consulte Global .

public interface class _Global
[System.Runtime.InteropServices.Guid("000208D9-0000-0000-C000-000000000046")]
public interface _Global
Public Interface _Global
Derivado
Atributos

Propriedades

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

Métodos

_Evaluate(Object)
_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)
Calculate()
DDEExecute(Int32, String)
DDEInitiate(String, String)
DDEPoke(Int32, Object, Object)
DDERequest(Int32, String)
DDETerminate(Int32)
Evaluate(Object)
ExecuteExcel4Macro(String)
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)
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)
SendKeys(Object, Object)
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)

Aplica-se a