# GrapeCity.Documents.Excel.CellInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_CellInfo" data-uid="GrapeCity.Documents.Excel.CellInfo" class="text-break">CellInfo Class
</h1>
  <div class="markdown level0 summary"><p>Provide some helper functions.</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">CellInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_CellInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class CellInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module CellInfo</code></pre>
  </div>
  <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_CellInfo_CellIndexToName_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Excel.CellInfo.CellIndexToName(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellInfo.CellIndexToName.html#GrapeCity_Documents_Excel_CellInfo_CellIndexToName_System_Int32_System_Int32_">CellIndexToName(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets cell name(address) according to its row and column indexes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellInfo_CellNameToIndex_System_String_System_Int32__System_Int32__" data-uid="GrapeCity.Documents.Excel.CellInfo.CellNameToIndex(System.String,System.Int32@,System.Int32@)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellInfo.CellNameToIndex.html#GrapeCity_Documents_Excel_CellInfo_CellNameToIndex_System_String_System_Int32__System_Int32__">CellNameToIndex(string, out int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets cell row and column according to its name(address).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellInfo_ColumnIndexToName_System_Int32_" data-uid="GrapeCity.Documents.Excel.CellInfo.ColumnIndexToName(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellInfo.ColumnIndexToName.html#GrapeCity_Documents_Excel_CellInfo_ColumnIndexToName_System_Int32_">ColumnIndexToName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets column name according to column index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellInfo_ColumnNameToIndex_System_String_" data-uid="GrapeCity.Documents.Excel.CellInfo.ColumnNameToIndex(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellInfo.ColumnNameToIndex.html#GrapeCity_Documents_Excel_CellInfo_ColumnNameToIndex_System_String_">ColumnNameToIndex(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets column index according to column name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellInfo_GetAccurateRangeBoundary_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.CellInfo.GetAccurateRangeBoundary(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellInfo.GetAccurateRangeBoundary.html#GrapeCity_Documents_Excel_CellInfo_GetAccurateRangeBoundary_GrapeCity_Documents_Excel_IRange_">GetAccurateRangeBoundary(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the position and size (in pixels) of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellInfo_GetRangeBoundary_GrapeCity_Documents_Excel_IRange_" data-uid="GrapeCity.Documents.Excel.CellInfo.GetRangeBoundary(GrapeCity.Documents.Excel.IRange)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellInfo.GetRangeBoundary.html#GrapeCity_Documents_Excel_CellInfo_GetRangeBoundary_GrapeCity_Documents_Excel_IRange_">GetRangeBoundary(IRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the position and size (in pixels) of the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellInfo_RowIndexToName_System_Int32_" data-uid="GrapeCity.Documents.Excel.CellInfo.RowIndexToName(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellInfo.RowIndexToName.html#GrapeCity_Documents_Excel_CellInfo_RowIndexToName_System_Int32_">RowIndexToName(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets row name according to row index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_CellInfo_RowNameToIndex_System_String_" data-uid="GrapeCity.Documents.Excel.CellInfo.RowNameToIndex(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.CellInfo.RowNameToIndex.html#GrapeCity_Documents_Excel_CellInfo_RowNameToIndex_System_String_">RowNameToIndex(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets row index according to row name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
