# GrapeCity.SpreadBuilder.Imaging.SBFloatingMoveType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_SpreadBuilder_Imaging_SBFloatingMoveType" data-uid="GrapeCity.SpreadBuilder.Imaging.SBFloatingMoveType" class="text-break">SBFloatingMoveType Enum
</h1>
  <div class="markdown level0 summary"><p>Used by DDSheet.AddLine(..)</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.html">GrapeCity.SpreadBuilder.Imaging</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_SBFloatingMoveType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SBFloatingMoveType</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_SpreadBuilder_Imaging_SBFloatingMoveType_MoveNoSize">MoveNoSize</td>
        <td><p>Lines and Pictures move but do not size with cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_SBFloatingMoveType_MoveSize">MoveSize</td>
        <td><p>Lines and Pictures move and size with cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_SBFloatingMoveType_NoMoveNoSize">NoMoveNoSize</td>
        <td><p>Lines and Pictures do not move or size with cells.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
