# GrapeCity.Documents.Word.RangeBase.IsAlive

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_RangeBase_IsAlive_" data-uid="GrapeCity.Documents.Word.RangeBase.IsAlive*">IsAlive Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_RangeBase_IsAlive_" data-uid="GrapeCity.Documents.Word.RangeBase.IsAlive*"></a>
<h4 id="GrapeCity_Documents_Word_RangeBase_IsAlive" data-uid="GrapeCity.Documents.Word.RangeBase.IsAlive">IsAlive</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether this range is alive and can be used.</p>
<p>
If this range is a <a class="xref" href="GrapeCity.Documents.Word.PersistentRange.html">PersistentRange</a>, this property always returns true.
</p>
<p>
If this range is a <a class="xref" href="GrapeCity.Documents.Word.Range.html">Range</a> (created by a call to <a class="xref" href="GrapeCity.Documents.Word.ContentObject.GetRange.html#GrapeCity_Documents_Word_ContentObject_GetRange">GetRange()</a>)
it can become unusable if its content is deleted. In that case this property will return false.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsAlive { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property IsAlive As Boolean</code></pre>
</div>
</div>
