# GrapeCity.Documents.Excel.Expressions.ArrayNode.Elements

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_Expressions_ArrayNode_Elements_" data-uid="GrapeCity.Documents.Excel.Expressions.ArrayNode.Elements*">Elements Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_Expressions_ArrayNode_Elements_" data-uid="GrapeCity.Documents.Excel.Expressions.ArrayNode.Elements*"></a>
<h4 id="GrapeCity_Documents_Excel_Expressions_ArrayNode_Elements" data-uid="GrapeCity.Documents.Excel.Expressions.ArrayNode.Elements">Elements</h4>
<div class="markdown level1 summary"><p>Array elements of this node.
The value can't be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> (<code>Nothing</code>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object[,] Elements { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Elements As Object(,)</code></pre>
</div>
<h5 id="GrapeCity_Documents_Excel_Expressions_ArrayNode_Elements_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;Supported types:&lt;/p&gt;
&lt;xref href=&quot;System.Double&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt;, &lt;xref href=&quot;System.String&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt;, &lt;xref href=&quot;System.Boolean&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt;, &lt;xref href=&quot;GrapeCity.Documents.Excel.CalcError&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt;.
</code></pre>
<p>The following types will be normalized to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>
if you convert the <a class="xref" href="GrapeCity.Documents.Excel.Expressions.ArrayNode.html">ArrayNode</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> and then convert it back:</p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int16">short</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.sbyte">sbyte</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint16">ushort</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>. 
<p>Floating-point types can't be NaN or infinity. </p>
</div>
</div>
