# GrapeCity.SpreadBuilder.Imaging.ObjectDirection

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Imaging_ObjectDirection" data-uid="GrapeCity.SpreadBuilder.Imaging.ObjectDirection" class="text-break">ObjectDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Used by DDSheet.AddLine and DDSheet.AddImage to define line or image directions.</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_ObjectDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ObjectDirection : 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_SpreadBuilder_Imaging_ObjectDirection_LowerLeftToUpperRight">LowerLeftToUpperRight</td>
        <td><p>Lower left to upper right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ObjectDirection_LowerRightToUpperLeft">LowerRightToUpperLeft</td>
        <td><p>Lower right to upper left.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ObjectDirection_UpperLeftToLowerRight">UpperLeftToLowerRight</td>
        <td><p>Upper left to lower right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ObjectDirection_UpperRightToLowerLeft">UpperRightToLowerLeft</td>
        <td><p>Upper right to lower left.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
