C# 클래스 ExcelDna.Integration.RunMacroSynchronization

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ProcessRunSyncMacroMessage ( ) : void
RunAsMacroAsync ( SendOrPostCallback d, object state ) : void
RunMacroSynchronization ( SynchronizationWindow syncWindow ) : System

비공개 메소드들

메소드 설명
COMRunMacro ( string macroName ) : bool
CallPenHelper ( int wCode, XlCall &fmlaInfo ) : int
GetClassName ( IntPtr hWnd, StringBuilder lpClassName, int nMaxCount ) : int
GetFocus ( ) : IntPtr
GetProcAddress ( [ hModule, [ lpProcName ) : IntPtr
GetWindowClassName ( IntPtr hWnd ) : string
IsFileOpenMenuEnabled ( ) : bool
IsInFormulaEditMode ( ) : bool
IsRetry ( COMException e ) : bool
IsWindow ( IntPtr hWnd ) : bool
KillTimer ( HandleRef hwnd, int idEvent ) : bool
Register ( ) : void
SetTimer ( HandleRef hWnd, int nIDEvent, int uElapse, IntPtr lpTimerFunc ) : IntPtr
SyncMacro ( double _unused_ ) : void
Unregister ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessRunSyncMacroMessage() 공개 메소드

public ProcessRunSyncMacroMessage ( ) : void
리턴 void

RunAsMacroAsync() 공개 메소드

public RunAsMacroAsync ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
리턴 void

RunMacroSynchronization() 공개 메소드

public RunMacroSynchronization ( SynchronizationWindow syncWindow ) : System
syncWindow SynchronizationWindow
리턴 System