# C1.C1Excel.XLComment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Excel_XLComment" data-uid="C1.C1Excel.XLComment" class="text-break">XLComment Class
</h1>
  <div class="markdown level0 summary"><p>Represents a comment associated with a cell.</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"><span class="xref">XLComment</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_XLComment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XLComment : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XLComment
    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_XLComment__ctor_System_Int32_System_Int32_System_String_System_String_" data-uid="C1.C1Excel.XLComment.#ctor(System.Int32,System.Int32,System.String,System.String)">
          <a class="xref" href="C1.C1Excel.XLComment.-ctor.html#C1_C1Excel_XLComment__ctor_System_Int32_System_Int32_System_String_System_String_">XLComment(int, int, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of a <a class="xref" href="C1.C1Excel.XLComment.html">XLComment</a> object containing
a specified range.</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_XLComment_Author" data-uid="C1.C1Excel.XLComment.Author">
          <a class="xref" href="C1.C1Excel.XLComment.Author.html#C1_C1Excel_XLComment_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a author for this comment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLComment_Cell" data-uid="C1.C1Excel.XLComment.Cell">
          <a class="xref" href="C1.C1Excel.XLComment.Cell.html#C1_C1Excel_XLComment_Cell">Cell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the cell for this comment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLComment_ColumnIndex" data-uid="C1.C1Excel.XLComment.ColumnIndex">
          <a class="xref" href="C1.C1Excel.XLComment.ColumnIndex.html#C1_C1Excel_XLComment_ColumnIndex">ColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column index of the comment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLComment_IsShow" data-uid="C1.C1Excel.XLComment.IsShow">
          <a class="xref" href="C1.C1Excel.XLComment.IsShow.html#C1_C1Excel_XLComment_IsShow">IsShow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the show flag of the comment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLComment_RowIndex" data-uid="C1.C1Excel.XLComment.RowIndex">
          <a class="xref" href="C1.C1Excel.XLComment.RowIndex.html#C1_C1Excel_XLComment_RowIndex">RowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row index of the comment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLComment_Sheet" data-uid="C1.C1Excel.XLComment.Sheet">
          <a class="xref" href="C1.C1Excel.XLComment.Sheet.html#C1_C1Excel_XLComment_Sheet">Sheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the parent <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLComment_TextBox" data-uid="C1.C1Excel.XLComment.TextBox">
          <a class="xref" href="C1.C1Excel.XLComment.TextBox.html#C1_C1Excel_XLComment_TextBox">TextBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="C1.C1Excel.XLCommentShape.html">XLCommentShape</a> object with context.</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_XLComment_Clone" data-uid="C1.C1Excel.XLComment.Clone">
          <a class="xref" href="C1.C1Excel.XLComment.Clone.html#C1_C1Excel_XLComment_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.C1Excel.XLComment.html">XLComment</a> object that is a copy of the current instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
