# GrapeCity.Spreadsheet.IAuthor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IAuthor" data-uid="GrapeCity.Spreadsheet.IAuthor" class="text-break">IAuthor Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the author of the <a class="xref" href="GrapeCity.Spreadsheet.ICommentThreaded.html">ICommentThreaded</a> object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IAuthor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAuthor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAuthor</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_Spreadsheet_IAuthor_Name" data-uid="GrapeCity.Spreadsheet.IAuthor.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.IAuthor.Name.html#GrapeCity_Spreadsheet_IAuthor_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains the display name of the specified comment author.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAuthor_ProviderID" data-uid="GrapeCity.Spreadsheet.IAuthor.ProviderID">
          <a class="xref" href="GrapeCity.Spreadsheet.IAuthor.ProviderID.html#GrapeCity_Spreadsheet_IAuthor_ProviderID">ProviderID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that represents the ID of the service providing the contact information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAuthor_UserID" data-uid="GrapeCity.Spreadsheet.IAuthor.UserID">
          <a class="xref" href="GrapeCity.Spreadsheet.IAuthor.UserID.html#GrapeCity_Spreadsheet_IAuthor_UserID">UserID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that represents the user ID of the contact.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
