C# 클래스 ExcelDna.Integration.Rtd.ExcelRtdServer.Topic

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

공개 메소드들

메소드 설명
UpdateNotify ( ) : void

Calls UpdateNotify on the RTD server to refresh. Does not normally need to be called if UpdateValue(newValue) has been called, but can be used to force a recalculation of the RTD cell even if the value has not changed.

UpdateValue ( object value ) : void

Sets the topic value and calls UpdateNotify on the RTD Server to refresh.

보호된 메소드들

메소드 설명
OnDisconnected ( ) : void
Topic ( ExcelRtdServer server, int topicId ) : System
Topic ( ExcelRtdServer server, int topicId, object initialValue ) : System

비공개 메소드들

메소드 설명
FixValue ( object value ) : object

메소드 상세

OnDisconnected() 보호된 메소드

protected OnDisconnected ( ) : void
리턴 void

Topic() 보호된 메소드

protected Topic ( ExcelRtdServer server, int topicId ) : System
server ExcelRtdServer
topicId int
리턴 System

Topic() 보호된 메소드

protected Topic ( ExcelRtdServer server, int topicId, object initialValue ) : System
server ExcelRtdServer
topicId int
initialValue object
리턴 System

UpdateNotify() 공개 메소드

Calls UpdateNotify on the RTD server to refresh. Does not normally need to be called if UpdateValue(newValue) has been called, but can be used to force a recalculation of the RTD cell even if the value has not changed.
public UpdateNotify ( ) : void
리턴 void

UpdateValue() 공개 메소드

Sets the topic value and calls UpdateNotify on the RTD Server to refresh.
public UpdateValue ( object value ) : void
value object
리턴 void