Skip to content

Commit 4a6ef4c

Browse files
committed
Fix README formatting
1 parent ec7d312 commit 4a6ef4c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

RtdArrayTest/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
This sample was created to provide a simple RTD server to check the behaviour of RTD functions when called from array formulas.
44

55
The wrapper function has signature
6-
```c#
6+
```cs
77
public static object RtdArrayTest(string prefix)
8-
```
8+
```
99
and 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.

0 commit comments

Comments
 (0)