# C1.Win.FlexGrid.Node.GetNode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_Node_GetNode_" data-uid="C1.Win.FlexGrid.Node.GetNode*">GetNode Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_Node_GetNode_" data-uid="C1.Win.FlexGrid.Node.GetNode*"></a>
<h4 id="C1_Win_FlexGrid_Node_GetNode_C1_Win_FlexGrid_NodeTypeEnum_" data-uid="C1.Win.FlexGrid.Node.GetNode(C1.Win.FlexGrid.NodeTypeEnum)">GetNode(NodeTypeEnum)</h4>
<div class="markdown level1 summary"><p>Returns a reference to a node located at a given position relative to this node.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Node GetNode(NodeTypeEnum position)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetNode(position As NodeTypeEnum) As Node</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.FlexGrid.NodeTypeEnum.html">NodeTypeEnum</a></td>
      <td><span class="parametername">position</span></td>
      <td><p>A value from the <a class="xref" href="C1.Win.FlexGrid.NodeTypeEnum.html">NodeTypeEnum</a> enumeration that specifies
the position relative to this node.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.FlexGrid.Node.html">Node</a></td>
      <td><p>A node object.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_FlexGrid_Node_GetNode_C1_Win_FlexGrid_NodeTypeEnum__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the node requested does not exist, <a class="xref" href="C1.Win.FlexGrid.Node.GetNode.html#C1_Win_FlexGrid_Node_GetNode_C1_Win_FlexGrid_NodeTypeEnum_">GetNode(NodeTypeEnum)</a> returns null (for example,
the root node does not have a previous sibling).</p>
</div>
</div>
