C# 클래스 AMPSExcel.ActiveSub

파일 보기 프로젝트 열기: 60East/amps-client-excel 1 사용 예제들

공개 메소드들

메소드 설명
activate ( AMPSAddin d, Client client, string messageType, Microsoft.Office.Interop.Excel workbook ) : ActiveSub
close ( ) : void
find ( AMPSAddin d ) : ActiveSub
isActive ( AMPSAddin d ) : bool

비공개 메소드들

메소드 설명
ActiveSub ( Client c, string messageType, AMPSExcel d, Microsoft.Office.Interop.Excel workbook ) : System
Application_WorkbookBeforeClose ( Microsoft.Office.Interop.Excel Wb, bool &Cancel ) : void
ReceivedMessage ( AMPS msg ) : void
Subscription_Disposed ( object sender, EventArgs e ) : void
Worksheet_Deactivate ( ) : void
vbaInvoke ( System thing ) : void
workbook_BeforeClose ( bool &Cancel ) : void

메소드 상세

activate() 공개 정적인 메소드

public static activate ( AMPSAddin d, Client client, string messageType, Microsoft.Office.Interop.Excel workbook ) : ActiveSub
d AMPSAddin
client Client
messageType string
workbook Microsoft.Office.Interop.Excel
리턴 ActiveSub

close() 공개 메소드

public close ( ) : void
리턴 void

find() 공개 정적인 메소드

public static find ( AMPSAddin d ) : ActiveSub
d AMPSAddin
리턴 ActiveSub

isActive() 공개 정적인 메소드

public static isActive ( AMPSAddin d ) : bool
d AMPSAddin
리턴 bool