File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33This sample was created to provide a simple RTD server to check the behaviour of RTD functions when called from array formulas.
44
55The wrapper function has signature
6- ```c#
6+ ``` cs
77 public static object RtdArrayTest (string prefix )
8- ```
8+ ```
99and returns a 2x1 array.
1010
11- The function can be called from Excel as an array formula (with Ctrl+Shift+Enter) using another reference as the "prefix".
12- ```
13- {=RtdArrayTest(A1 )}
14- ```
11+ The function can be called from Excel as an array formula (with Ctrl+Shift+Enter) using another cell as the "prefix":
12+ ```
13+ {=RtdArrayTest(D1 )}
14+ ```
1515
16- The implementation of the RTD server is based on the Excel-DNA base class ` ExcelRtdServer ` , and just uses a Timer to update the topics.
16+ The implementation of the RTD server is based on the Excel-DNA base class ` ExcelRtdServer ` , and just uses a Timer to update the topics.
You can’t perform that action at this time.
0 commit comments