# GrapeCity.Documents.Excel.Drawing.IShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IShape" data-uid="GrapeCity.Documents.Excel.Drawing.IShape" class="text-break">IShape Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an object in the drawing layer, such as an AutoShape, chart, or picture. The Shape object is a member of the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShapes.html">IShapes</a>
collection. The Shapes collection contains all the shapes on a slide.</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_IShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IShape : IContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IShape
    Inherits 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_IShape_Adjustments" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Adjustments">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Adjustments.html#GrapeCity_Documents_Excel_Drawing_IShape_Adjustments">Adjustments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of adjustment values for the specified AutoShape or connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_AlternativeText" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.AlternativeText">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.AlternativeText.html#GrapeCity_Documents_Excel_Drawing_IShape_AlternativeText">AlternativeText</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the descriptive (alternative) text string for the specified shape object.
This property applies to chart, shape, picture, linked picture, slicer, controls, and group shape objects.</p>
<p>If a non-empty string is set, the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Decorative.html#GrapeCity_Documents_Excel_Drawing_IShape_Decorative">Decorative</a> property will be set to false if it's currently true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_AutoShapeType" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.AutoShapeType">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.AutoShapeType.html#GrapeCity_Documents_Excel_Drawing_IShape_AutoShapeType">AutoShapeType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the shape type for the specified <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object, which must represent an AutoShape other than a line, freeform drawing,
or connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_BottomRightCell" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.BottomRightCell">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.BottomRightCell.html#GrapeCity_Documents_Excel_Drawing_IShape_BottomRightCell">BottomRightCell</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the
cell that lies under the lower-right corner of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Chart" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Chart">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Chart.html#GrapeCity_Documents_Excel_Drawing_IShape_Chart">Chart</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that represents the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IChart.html">IChart</a> contained in this shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Connector" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Connector">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Connector.html#GrapeCity_Documents_Excel_Drawing_IShape_Connector">Connector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified shape is a connector.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ConnectorFormat" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ConnectorFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ConnectorFormat.html#GrapeCity_Documents_Excel_Drawing_IShape_ConnectorFormat">ConnectorFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IConnectorFormat.html">IConnectorFormat</a> object that contains connector formatting properties. Applies to <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a>
objects that represent connectors.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Control" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Control">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Control.html#GrapeCity_Documents_Excel_Drawing_IShape_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Decorative" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Decorative">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Decorative.html#GrapeCity_Documents_Excel_Drawing_IShape_Decorative">Decorative</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the decorative flag for the specified shape object.
This property applies to chart, shape, picture, linked picture, slicer, and group shape objects.</p>
<p>If this value is set to true, the contents of <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.AlternativeText.html#GrapeCity_Documents_Excel_Drawing_IShape_AlternativeText">AlternativeText</a> and <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Title.html#GrapeCity_Documents_Excel_Drawing_IShape_Title">Title</a> will be cleared.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Fill" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Fill">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Fill.html#GrapeCity_Documents_Excel_Drawing_IShape_Fill">Fill</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IFillFormat.html">IFillFormat</a> object that contains fill formatting properties for the specified chart or shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Formula" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Formula">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Formula.html#GrapeCity_Documents_Excel_Drawing_IShape_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula of the current shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_GroupItems" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.GroupItems">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.GroupItems.html#GrapeCity_Documents_Excel_Drawing_IShape_GroupItems">GroupItems</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IGroupShapes.html">IGroupShapes</a> object that represents the individual shapes in the specified group. Use the indexer of <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IGroupShapes.html">IGroupShapes</a> to return a single shape from the group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_HasChart" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.HasChart">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.HasChart.html#GrapeCity_Documents_Excel_Drawing_IShape_HasChart">HasChart</a>
        </td>
        <td class="markdown level1 summary"><p>Returns information if the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> contains a chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Hyperlink" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Hyperlink">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Hyperlink.html#GrapeCity_Documents_Excel_Drawing_IShape_Hyperlink">Hyperlink</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Hyperlink object that represents the hyperlink for the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_IsPrintable" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.IsPrintable">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.IsPrintable.html#GrapeCity_Documents_Excel_Drawing_IShape_IsPrintable">IsPrintable</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the object should be printed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Line" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Line">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Line.html#GrapeCity_Documents_Excel_Drawing_IShape_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ILineFormat.html">ILineFormat</a> object that contains line formatting properties for the specified shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Locked" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Locked">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Locked.html#GrapeCity_Documents_Excel_Drawing_IShape_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the object is locked (True if the object is locked, False if the object can be modified when the sheet is protected, read or write Boolean).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Name" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Name.html#GrapeCity_Documents_Excel_Drawing_IShape_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the name of the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Parent" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Parent">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Parent.html#GrapeCity_Documents_Excel_Drawing_IShape_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shape's parent sheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ParentGroup" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ParentGroup">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ParentGroup.html#GrapeCity_Documents_Excel_Drawing_IShape_ParentGroup">ParentGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object that represents the common parent shape of a child shape or a range of child shapes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_PictureFormat" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.PictureFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.PictureFormat.html#GrapeCity_Documents_Excel_Drawing_IShape_PictureFormat">PictureFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IPictureFormat.html">IPictureFormat</a> object that contains picture formatting properties for the specified shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Placement" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Placement">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Placement.html#GrapeCity_Documents_Excel_Drawing_IShape_Placement">Placement</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the way the object is attached to the cells below it (read or write <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Placement.html#GrapeCity_Documents_Excel_Drawing_IShape_Placement">Placement</a>).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Rotation" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Rotation">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Rotation.html#GrapeCity_Documents_Excel_Drawing_IShape_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the rotation of the shape in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_TextFrame" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.TextFrame">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.TextFrame.html#GrapeCity_Documents_Excel_Drawing_IShape_TextFrame">TextFrame</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.ITextFrame.html">ITextFrame</a> object that contains the text and font style properties for the specified shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ThreeD" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ThreeD">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ThreeD.html#GrapeCity_Documents_Excel_Drawing_IShape_ThreeD">ThreeD</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.html">IThreeDFormat</a> object that contains 3-D – effect formatting properties for the specified shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Title" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Title">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Title.html#GrapeCity_Documents_Excel_Drawing_IShape_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title of the alternative text associated with the specified shape object.
This property applies to chart, shape, picture, linked picture, slicer, and group shape objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_TopLeftCell" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.TopLeftCell">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.TopLeftCell.html#GrapeCity_Documents_Excel_Drawing_IShape_TopLeftCell">TopLeftCell</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IRange.html">IRange</a> object that represents the
cell that lies under the upper-left corner of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Type" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Type">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Type.html#GrapeCity_Documents_Excel_Drawing_IShape_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the shape type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Visible" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Visible">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Visible.html#GrapeCity_Documents_Excel_Drawing_IShape_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the object is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ZOrderPosition" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ZOrderPosition">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ZOrderPosition.html#GrapeCity_Documents_Excel_Drawing_IShape_ZOrderPosition">ZOrderPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the position of the specified shape in the z-order.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_IShape_Delete" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Delete.html#GrapeCity_Documents_Excel_Drawing_IShape_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Duplicate" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Duplicate">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Duplicate.html#GrapeCity_Documents_Excel_Drawing_IShape_Duplicate">Duplicate()</a>
        </td>
        <td class="markdown level1 summary"><p>Duplicates the shape and returns a reference to the new copy.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.FromJson.html#GrapeCity_Documents_Excel_Drawing_IShape_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generate a new shape from the json string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ToImage(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ToImage.html#GrapeCity_Documents_Excel_Drawing_IShape_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_">ToImage(Stream, ImageType)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the shape to the specified image stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_ImageSaveOptions_" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ToImage(System.IO.Stream,GrapeCity.Documents.Excel.Drawing.ImageType,GrapeCity.Documents.Excel.ImageSaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ToImage.html#GrapeCity_Documents_Excel_Drawing_IShape_ToImage_System_IO_Stream_GrapeCity_Documents_Excel_Drawing_ImageType_GrapeCity_Documents_Excel_ImageSaveOptions_">ToImage(Stream, ImageType, ImageSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the shape to the specified image stream using options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ToImage_System_String_" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ToImage(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ToImage.html#GrapeCity_Documents_Excel_Drawing_IShape_ToImage_System_String_">ToImage(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the shape to the specified image file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ToImage_System_String_GrapeCity_Documents_Excel_ImageSaveOptions_" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ToImage(System.String,GrapeCity.Documents.Excel.ImageSaveOptions)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ToImage.html#GrapeCity_Documents_Excel_Drawing_IShape_ToImage_System_String_GrapeCity_Documents_Excel_ImageSaveOptions_">ToImage(string, ImageSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the shape to the specified image file using options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ToJson" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ToJson.html#GrapeCity_Documents_Excel_Drawing_IShape_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a json string from the shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_Ungroup" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.Ungroup">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.Ungroup.html#GrapeCity_Documents_Excel_Drawing_IShape_Ungroup">Ungroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups any grouped shapes in the specified shape or range of shapes.
Disassembles pictures and OLE objects within the specified shape or range of shapes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IShape_ZOrder_GrapeCity_Documents_Excel_Drawing_ZOrderType_" data-uid="GrapeCity.Documents.Excel.Drawing.IShape.ZOrder(GrapeCity.Documents.Excel.Drawing.ZOrderType)">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.ZOrder.html#GrapeCity_Documents_Excel_Drawing_IShape_ZOrder_GrapeCity_Documents_Excel_Drawing_ZOrderType_">ZOrder(ZOrderType)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the specified shape in front of or behind other shapes in the collection
(that is, changes the shape's position in the z-order).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
