# C1.C1Excel.XLCommentShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Excel_XLCommentShape" data-uid="C1.C1Excel.XLCommentShape" class="text-break">XLCommentShape Class
</h1>
  <div class="markdown level0 summary"><p>Represents a text shape embedded in an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.C1Excel.XLShape.html">XLShape</a></div>
    <div class="level2"><a class="xref" href="C1.C1Excel.XLTextShape.html">XLTextShape</a></div>
    <div class="level3"><span class="xref">XLCommentShape</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Excel.html">C1.C1Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Excel.4.8.dll</h6>
  <h5 id="C1_C1Excel_XLCommentShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XLCommentShape : XLTextShape, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XLCommentShape
    Inherits XLTextShape
    Implements ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Excel_XLCommentShape__ctor_System_String_" data-uid="C1.C1Excel.XLCommentShape.#ctor(System.String)">
          <a class="xref" href="C1.C1Excel.XLCommentShape.-ctor.html#C1_C1Excel_XLCommentShape__ctor_System_String_">XLCommentShape(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of an <a class="xref" href="C1.C1Excel.XLCommentShape.html">XLCommentShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLCommentShape__ctor_System_String_System_Drawing_Rectangle_" data-uid="C1.C1Excel.XLCommentShape.#ctor(System.String,System.Drawing.Rectangle)">
          <a class="xref" href="C1.C1Excel.XLCommentShape.-ctor.html#C1_C1Excel_XLCommentShape__ctor_System_String_System_Drawing_Rectangle_">XLCommentShape(string, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of an <a class="xref" href="C1.C1Excel.XLCommentShape.html">XLCommentShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLCommentShape__ctor_System_String_System_Int32_System_Int32_" data-uid="C1.C1Excel.XLCommentShape.#ctor(System.String,System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Excel.XLCommentShape.-ctor.html#C1_C1Excel_XLCommentShape__ctor_System_String_System_Int32_System_Int32_">XLCommentShape(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of an <a class="xref" href="C1.C1Excel.XLCommentShape.html">XLCommentShape</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLCommentShape__ctor_System_String_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.C1Excel.XLCommentShape.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Excel.XLCommentShape.-ctor.html#C1_C1Excel_XLCommentShape__ctor_System_String_System_Int32_System_Int32_System_Int32_System_Int32_">XLCommentShape(string, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of an <a class="xref" href="C1.C1Excel.XLCommentShape.html">XLCommentShape</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_C1Excel_XLCommentShape_IsEmpty" data-uid="C1.C1Excel.XLCommentShape.IsEmpty">
          <a class="xref" href="C1.C1Excel.XLCommentShape.IsEmpty.html#C1_C1Excel_XLCommentShape_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the shape is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLCommentShape_Visible" data-uid="C1.C1Excel.XLCommentShape.Visible">
          <a class="xref" href="C1.C1Excel.XLCommentShape.Visible.html#C1_C1Excel_XLCommentShape_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the shape is visible.</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="C1_C1Excel_XLCommentShape_CreateProperties_System_Collections_IDictionary_" data-uid="C1.C1Excel.XLCommentShape.CreateProperties(System.Collections.IDictionary)">
          <a class="xref" href="C1.C1Excel.XLCommentShape.CreateProperties.html#C1_C1Excel_XLCommentShape_CreateProperties_System_Collections_IDictionary_">CreateProperties(IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.idictionary">IDictionary</a> with the shape properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLCommentShape_ParseProperties_System_Collections_IDictionary_" data-uid="C1.C1Excel.XLCommentShape.ParseProperties(System.Collections.IDictionary)">
          <a class="xref" href="C1.C1Excel.XLCommentShape.ParseProperties.html#C1_C1Excel_XLCommentShape_ParseProperties_System_Collections_IDictionary_">ParseProperties(IDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>Parse shape properties.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
