# GrapeCity.Spreadsheet.Drawing.IDrawingObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IDrawingObject" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject" class="text-break">IDrawingObject Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an object in the drawing layer.</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_IDrawingObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDrawingObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDrawingObject</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_BottomRightCell" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.BottomRightCell">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.BottomRightCell.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_BottomRightCell">BottomRightCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the cell that lies under the lower-right corner of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_Height" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Height">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Height.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value that represents the height, in pixels, of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_Left" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Left">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Left.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value that represents the distance, in pixels, from the left edge of the shape to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_Locked" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Locked">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Locked.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <span class="xref">GrapeCity.Drawing.IDrawingContext</span> is locked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_Name" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Name.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a string value representing the name of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_Placement" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Placement">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Placement.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Placement">Placement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Placement.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Placement">Placement</a> value that represents the way the shape is attached to the cells below it.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_PrintObject" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.PrintObject">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.PrintObject.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_PrintObject">PrintObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value indicating whether the object will be printed when the document is printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_Top" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Top">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Top.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value that represents the distance, in pixels, from the top edge of the topmost shape in the shape range to the top edge of the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_TopLeftCell" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.TopLeftCell">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.TopLeftCell.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_TopLeftCell">TopLeftCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IRange.html">IRange</a> object that represents the cell that lies under the upper-left corner of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_Visible" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Visible.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean value that determines whether the shape is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_Width" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Width">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.Width.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value that represents the width, in pixels, of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IDrawingObject_ZOrderPosition" data-uid="GrapeCity.Spreadsheet.Drawing.IDrawingObject.ZOrderPosition">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IDrawingObject.ZOrderPosition.html#GrapeCity_Spreadsheet_Drawing_IDrawingObject_ZOrderPosition">ZOrderPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the specified shape in the z-order.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
