コード例 #1
0
 internal ExcelRtdObserver(ExcelRtdServer.Topic topic)
 {
     _topic = topic;
     // Set our wrapper Value, but not the internal Topic value
     // (which must never be #N/A if we want re-open restart).
     Value = ExcelError.ExcelErrorNA;
 }
コード例 #2
0
 internal ExcelRtdObserver(ExcelRtdServer.Topic topic)
 {
     _topic = topic;
     Value  = ExcelError.ExcelErrorNA;
 }
コード例 #3
0
 internal ExcelRtdObserver(ExcelRtdServer.Topic topic)
 {
     _topic = topic;
     Value = ExcelError.ExcelErrorNA;
 }