We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643b66f commit 8e23ef3Copy full SHA for 8e23ef3
reflect-server.pl
@@ -14,6 +14,7 @@
14
# MyFuncs.somefunc(1,2) will send arguments as [1,2]
15
# IF you send a range of cells
16
# MyFuncs.somefunc(B1) will send arguments as [B1]
17
+ # MyFuncs.somefunc(B1:B3) will send arguments as [[B1,B2,B3]]
18
# MyFuncs.somefunc(B1:D1) will send arguments as [[[B1,C1,D1]]]
19
# MyFuncs.somefunc(B1:D3) will send arguments as [[[B1,C1,D1], [B2,C2,D2], [B3,C3,D3]]]
20
sub sum_two {
0 commit comments