# FarPoint.Web.Spread.SheetViewStateEventArgs.IsSave

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_SheetViewStateEventArgs_IsSave_" data-uid="FarPoint.Web.Spread.SheetViewStateEventArgs.IsSave*">IsSave Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_SheetViewStateEventArgs_IsSave_" data-uid="FarPoint.Web.Spread.SheetViewStateEventArgs.IsSave*"></a>
<h4 id="FarPoint_Web_Spread_SheetViewStateEventArgs_IsSave" data-uid="FarPoint.Web.Spread.SheetViewStateEventArgs.IsSave">IsSave</h4>
<div class="markdown level1 summary"><p>Gets whether the state of the sheet is saved.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsSave { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property IsSave As Boolean</code></pre>
</div>
<h5 id="FarPoint_Web_Spread_SheetViewStateEventArgs_IsSave_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the state of the sheet is to be saved, this property is true;
otherwise, this property is false.</p>
</div>
</div>
