C# 클래스 ExcelDna.Integration.ExcelDnaUtil

파일 보기 프로젝트 열기: Excel-DNA/ExcelDna 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
IsInFunctionWizard ( ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

IsInFunctionWizard() 공개 정적인 메소드

public static IsInFunctionWizard ( ) : bool
리턴 bool