C# Class ExcelDna.Integration.RunMacroSynchronization

Inheritance: IDisposable
Afficher le fichier Open project: Excel-DNA/ExcelDna Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProcessRunSyncMacroMessage ( ) : void
RunAsMacroAsync ( SendOrPostCallback d, object state ) : void
RunMacroSynchronization ( SynchronizationWindow syncWindow ) : System

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessRunSyncMacroMessage() public méthode

public ProcessRunSyncMacroMessage ( ) : void
Résultat void

RunAsMacroAsync() public méthode

public RunAsMacroAsync ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void

RunMacroSynchronization() public méthode

public RunMacroSynchronization ( SynchronizationWindow syncWindow ) : System
syncWindow SynchronizationWindow
Résultat System