# GrapeCity.Documents.Excel.IRange.BindingPath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IRange_BindingPath_" data-uid="GrapeCity.Documents.Excel.IRange.BindingPath*">BindingPath Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IRange_BindingPath_" data-uid="GrapeCity.Documents.Excel.IRange.BindingPath*"></a>
<h4 id="GrapeCity_Documents_Excel_IRange_BindingPath" data-uid="GrapeCity.Documents.Excel.IRange.BindingPath">BindingPath</h4>
<div class="markdown level1 summary"><p>Gets or sets the binding path of the current cell or column.
If range is normal range, gets or sets the binding path of the top-left cell of range.
If range is EntireColumn, gets or sets the binding path of the left column binding path of range.
If range is EntireRow, gets or sets null.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">string BindingPath { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property BindingPath As String</code></pre>
</div>
</div>
