# GrapeCity.Documents.Excel.Drawing.IThreeDFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_Drawing_IThreeDFormat" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat" class="text-break">IThreeDFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a shape's three-dimensional formatting.</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_IThreeDFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IThreeDFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IThreeDFormat</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_IThreeDFormat_Depth" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.Depth">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.Depth.html#GrapeCity_Documents_Excel_Drawing_IThreeDFormat_Depth">Depth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the depth of the shape's extrusion.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IThreeDFormat_Perspective" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.Perspective">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.Perspective.html#GrapeCity_Documents_Excel_Drawing_IThreeDFormat_Perspective">Perspective</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the extrusion appears in perspective.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IThreeDFormat_RotationX" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.RotationX">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.RotationX.html#GrapeCity_Documents_Excel_Drawing_IThreeDFormat_RotationX">RotationX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation of the extruded shape around the x-axis in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IThreeDFormat_RotationY" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.RotationY">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.RotationY.html#GrapeCity_Documents_Excel_Drawing_IThreeDFormat_RotationY">RotationY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation of the extruded shape around the y-axis in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IThreeDFormat_RotationZ" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.RotationZ">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.RotationZ.html#GrapeCity_Documents_Excel_Drawing_IThreeDFormat_RotationZ">RotationZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation of the extruded shape around the z-axis in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IThreeDFormat_Visible" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.Visible">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.Visible.html#GrapeCity_Documents_Excel_Drawing_IThreeDFormat_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the object is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_IThreeDFormat_Z" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.Z">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.Z.html#GrapeCity_Documents_Excel_Drawing_IThreeDFormat_Z">Z</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the Z order of the specified <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.html">IThreeDFormat</a>
object.</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_IThreeDFormat_ResetRotation" data-uid="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.ResetRotation">
          <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IThreeDFormat.ResetRotation.html#GrapeCity_Documents_Excel_Drawing_IThreeDFormat_ResetRotation">ResetRotation()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the extrusion rotation around the x-axis and the y-axis to 0 (zero)
so that the front of the extrusion faces forward.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
