# GrapeCity.Spreadsheet.Alignment.Reset

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Alignment_Reset_" data-uid="GrapeCity.Spreadsheet.Alignment.Reset*">Reset Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Alignment_Reset_" data-uid="GrapeCity.Spreadsheet.Alignment.Reset*"></a>
<h4 id="GrapeCity_Spreadsheet_Alignment_Reset_GrapeCity_Spreadsheet_AlignmentAttributes_" data-uid="GrapeCity.Spreadsheet.Alignment.Reset(GrapeCity.Spreadsheet.AlignmentAttributes)">Reset(AlignmentAttributes)</h4>
<div class="markdown level1 summary"><p>Resets the specified attribute(s).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Reset(AlignmentAttributes attr)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Reset(attr As AlignmentAttributes)</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="GrapeCity.Spreadsheet.AlignmentAttributes.html">AlignmentAttributes</a></td>
      <td><span class="parametername">attr</span></td>
      <td><p>A <a class="xref" href="GrapeCity.Spreadsheet.AlignmentAttributes.html">AlignmentAttributes</a> value indicates the attribute(s) will be reset.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
