# GrapeCity.Documents.Excel.ICode49

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ICode49" data-uid="GrapeCity.Documents.Excel.ICode49" class="text-break">ICode49 Interface
</h1>
  <div class="markdown level0 summary"><p>Code 49 is a two dimensional, high-density stacked barcode with two to eight rows (having eight characters each).
Each row has a start code and a stop code. This barcode is especially used to encodes the complete ASCII character set.</p>
</div>
  <div class="markdown level0 conceptual"></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_ICode49_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICode49 : IBarcode, IFontOption, ILabelOption</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICode49
    Inherits IBarcode, IFontOption, ILabelOption</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_ICode49_GroupNo" data-uid="GrapeCity.Documents.Excel.ICode49.GroupNo">
          <a class="xref" href="GrapeCity.Documents.Excel.ICode49.GroupNo.html#GrapeCity_Documents_Excel_ICode49_GroupNo">GroupNo</a>
        </td>
        <td class="markdown level1 summary"><p>A value that represents the index of symbol in the group. The default value is '0'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ICode49_Grouping" data-uid="GrapeCity.Documents.Excel.ICode49.Grouping">
          <a class="xref" href="GrapeCity.Documents.Excel.ICode49.Grouping.html#GrapeCity_Documents_Excel_ICode49_Grouping">Grouping</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the symbol mode is Group Alphanimeric Mode. The default value is 'false'.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
