# GrapeCity.Spreadsheet.Drawing.Sizing

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_Sizing" data-uid="GrapeCity.Spreadsheet.Drawing.Sizing" class="text-break">Sizing Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the sizing aspects of the object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_Sizing_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum Sizing : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum Sizing As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_Sizing_Height">Height</td>
        <td><p>Allows user to size the height of the object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_Sizing_HeightAndWidth">HeightAndWidth</td>
        <td><p>Allows user to size both the height and width of the object</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_Sizing_None">None</td>
        <td><p>Does not allow user sizing</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_Sizing_Width">Width</td>
        <td><p>Allows user to size the width of the object</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
