C# Class ExcelDna.Integration.Rtd.ExcelRtdServer.Topic

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDisconnected ( ) : void
Topic ( ExcelRtdServer server, int topicId ) : System
Topic ( ExcelRtdServer server, int topicId, object initialValue ) : System

Private Methods

Méthode Description
FixValue ( object value ) : object

Method Details

OnDisconnected() protected méthode

protected OnDisconnected ( ) : void
Résultat void

Topic() protected méthode

protected Topic ( ExcelRtdServer server, int topicId ) : System
server ExcelRtdServer
topicId int
Résultat System

Topic() protected méthode

protected Topic ( ExcelRtdServer server, int topicId, object initialValue ) : System
server ExcelRtdServer
topicId int
initialValue object
Résultat System

UpdateNotify() public méthode

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
Résultat void

UpdateValue() public méthode

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