C# 클래스 ExcelDna.Integration.ExcelComAddIn

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

Private Properties

프로퍼티 타입 설명
SetProgId void

공개 메소드들

메소드 설명
OnAddInsUpdate ( Array &custom ) : void
OnBeginShutdown ( Array &custom ) : void
OnConnection ( object Application, ext_ConnectMode ConnectMode, object AddInInst, Array &custom ) : void
OnDisconnection ( ext_DisconnectMode RemoveMode, Array &custom ) : void
OnStartupComplete ( Array &custom ) : void

비공개 메소드들

메소드 설명
SetProgId ( string progId ) : void

메소드 상세

OnAddInsUpdate() 공개 메소드

public OnAddInsUpdate ( Array &custom ) : void
custom System.Array
리턴 void

OnBeginShutdown() 공개 메소드

public OnBeginShutdown ( Array &custom ) : void
custom System.Array
리턴 void

OnConnection() 공개 메소드

public OnConnection ( object Application, ext_ConnectMode ConnectMode, object AddInInst, Array &custom ) : void
Application object
ConnectMode ext_ConnectMode
AddInInst object
custom System.Array
리턴 void

OnDisconnection() 공개 메소드

public OnDisconnection ( ext_DisconnectMode RemoveMode, Array &custom ) : void
RemoveMode ext_DisconnectMode
custom System.Array
리턴 void

OnStartupComplete() 공개 메소드

public OnStartupComplete ( Array &custom ) : void
custom System.Array
리턴 void