C# Class ExcelDna.Integration.ExcelDnaUtil

Exibir arquivo Open project: Excel-DNA/ExcelDna Class Usage Examples

Private Properties

Property Type Description
AccessibleObjectFromWindow int
CheckExcelApiAvailable void
EnumChildWindows bool
EnumThreadWindows bool
EnumWindows int
FindAnExcelWindowWithLoWord System.IntPtr
GetApplication object
GetApplicationFromWindow object
GetApplicationFromWindows object
GetApplicationFromWindows15 object
GetClassNameW int
GetCurrentThreadId uint
GetParent System.IntPtr
GetWindowHandle15 System.IntPtr
GetWindowHandleApi System.IntPtr
GetWindowHandleThread System.IntPtr
GetWindowTextW System.IntPtr
GetWindowThreadProcessId uint
GuidFromXllPath System.Guid
Initialize void
IsAnExcelWindow bool
IsApplicationOK bool
IsFunctionWizardWindow bool
IsWindowOfThisExcel bool

Public Methods

Method Description
IsInFunctionWizard ( ) : bool

Private Methods

Method Description
AccessibleObjectFromWindow ( IntPtr hwnd, uint dwObjectID, byte riid, IntPtr &ptr ) : int
CheckExcelApiAvailable ( ) : void
EnumChildWindows ( IntPtr hWndParent, EnumWindowsCallback callback, IntPtr param ) : bool
EnumThreadWindows ( uint dwThreadId, EnumThreadWindowsCallback callback, IntPtr param ) : bool
EnumWindows ( EnumWindowsCallback callback, IntPtr param ) : int
FindAnExcelWindowWithLoWord ( ushort hWndLoWord ) : IntPtr
GetApplication ( ) : object
GetApplicationFromWindow ( IntPtr hWndMain ) : object
GetApplicationFromWindows ( ) : object
GetApplicationFromWindows15 ( ) : object
GetClassNameW ( IntPtr hwnd, [ buf, int nMaxCount ) : int
GetCurrentThreadId ( ) : uint
GetParent ( IntPtr hwnd ) : IntPtr
GetWindowHandle15 ( ) : IntPtr
GetWindowHandleApi ( ) : IntPtr
GetWindowHandleThread ( ) : IntPtr
GetWindowTextW ( IntPtr hwnd, [ buf, int nMaxCount ) : IntPtr
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr refProcessId ) : uint
GuidFromXllPath ( string path ) : System.Guid
Initialize ( ) : void
IsAnExcelWindow ( IntPtr hWnd, StringBuilder buffer ) : bool
IsApplicationOK ( ) : bool
IsFunctionWizardWindow ( IntPtr hWnd, StringBuilder buffer ) : bool
IsWindowOfThisExcel ( IntPtr hWnd ) : bool

Method Details

IsInFunctionWizard() public static method

public static IsInFunctionWizard ( ) : bool
return bool