# GrapeCity.Documents.Excel.Drawing.IContainer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IContainer" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer" class="text-break">IContainer Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a floating container in a sheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_IContainer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IContainer</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_Documents_Excel_Drawing_IContainer_Height" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer.Height">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IContainer.Height.html#GrapeCity_Documents_Excel_Drawing_IContainer_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IContainer_HeightInPixel" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer.HeightInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IContainer.HeightInPixel.html#GrapeCity_Documents_Excel_Drawing_IContainer_HeightInPixel">HeightInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height (in pixels) of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IContainer_Left" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer.Left">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IContainer.Left.html#GrapeCity_Documents_Excel_Drawing_IContainer_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance from the left edge of the object 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_Documents_Excel_Drawing_IContainer_LeftInPixel" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer.LeftInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IContainer.LeftInPixel.html#GrapeCity_Documents_Excel_Drawing_IContainer_LeftInPixel">LeftInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance (in pixels) from the left edge of the object 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_Documents_Excel_Drawing_IContainer_Top" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer.Top">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IContainer.Top.html#GrapeCity_Documents_Excel_Drawing_IContainer_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance 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_Documents_Excel_Drawing_IContainer_TopInPixel" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer.TopInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IContainer.TopInPixel.html#GrapeCity_Documents_Excel_Drawing_IContainer_TopInPixel">TopInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets 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_Documents_Excel_Drawing_IContainer_Width" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer.Width">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IContainer.Width.html#GrapeCity_Documents_Excel_Drawing_IContainer_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IContainer_WidthInPixel" data-uid="GrapeCity.Documents.Excel.Drawing.IContainer.WidthInPixel">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IContainer.WidthInPixel.html#GrapeCity_Documents_Excel_Drawing_IContainer_WidthInPixel">WidthInPixel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width (in pixels) of the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
