Kaydet (Commit) 00134920 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

New option for INDIRECT reference syntax.

Change-Id: I4c754c39ab27f35076d38868b52321a3d3baf9ea
üst 2990def8
......@@ -1348,6 +1348,35 @@
</info>
<value></value>
</prop>
<prop oor:name="IndirectFuncGrammar" oor:type="xs:int" oor:nillable="false">
<!-- UIHints: Tools - Options - Spreadsheet - Formula -->
<info>
<author>kyoshida</author>
<desc>Grammar for INDIRECT function</desc>
</info>
<constraints>
<enumeration oor:value="-1">
<info>
<desc>same as formula grammar</desc>
</info>
</enumeration>
<enumeration oor:value="0">
<info>
<desc>Calc A1</desc>
</info>
</enumeration>
<enumeration oor:value="1">
<info>
<desc>Excel A1</desc>
</info>
</enumeration>
<enumeration oor:value="2">
<info>
<desc>Excel R1C1</desc>
</info>
</enumeration>
</constraints>
</prop>
</group>
</group>
<group oor:name="Revision">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment