# GrapeCity.Documents.Excel.IOutlineColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IOutlineColumn" data-uid="GrapeCity.Documents.Excel.IOutlineColumn" class="text-break">IOutlineColumn Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the outline column for the worksheet.</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_IOutlineColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IOutlineColumn</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IOutlineColumn</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_IOutlineColumn_CollapseIndicator" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.CollapseIndicator">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.CollapseIndicator.html#GrapeCity_Documents_Excel_IOutlineColumn_CollapseIndicator">CollapseIndicator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collapse indicator image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_ColumnIndex" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.ColumnIndex">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.ColumnIndex.html#GrapeCity_Documents_Excel_IOutlineColumn_ColumnIndex">ColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column index, the column is displayed as a tree structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_ExpandIndicator" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.ExpandIndicator">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.ExpandIndicator.html#GrapeCity_Documents_Excel_IOutlineColumn_ExpandIndicator">ExpandIndicator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expand indicator image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_Images" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.Images">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.Images.html#GrapeCity_Documents_Excel_IOutlineColumn_Images">Images</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the images by level.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_MaxLevel" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.MaxLevel">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.MaxLevel.html#GrapeCity_Documents_Excel_IOutlineColumn_MaxLevel">MaxLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the the max row level.The default value is 10.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_ShowCheckBox" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.ShowCheckBox">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.ShowCheckBox.html#GrapeCity_Documents_Excel_IOutlineColumn_ShowCheckBox">ShowCheckBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the checkbox.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_ShowImage" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.ShowImage">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.ShowImage.html#GrapeCity_Documents_Excel_IOutlineColumn_ShowImage">ShowImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the images.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_ShowIndicator" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.ShowIndicator">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.ShowIndicator.html#GrapeCity_Documents_Excel_IOutlineColumn_ShowIndicator">ShowIndicator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display the indicator.</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="GrapeCity_Documents_Excel_IOutlineColumn_GetCheckStatus_System_Int32_" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.GetCheckStatus(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.GetCheckStatus.html#GrapeCity_Documents_Excel_IOutlineColumn_GetCheckStatus_System_Int32_">GetCheckStatus(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the check status of the row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_GetCollapsed_System_Int32_" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.GetCollapsed(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.GetCollapsed.html#GrapeCity_Documents_Excel_IOutlineColumn_GetCollapsed_System_Int32_">GetCollapsed(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collapsed of the row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_Refresh" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.Refresh">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.Refresh.html#GrapeCity_Documents_Excel_IOutlineColumn_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the outline column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_SetCheckStatus_System_Int32_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.SetCheckStatus(System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.SetCheckStatus.html#GrapeCity_Documents_Excel_IOutlineColumn_SetCheckStatus_System_Int32_System_Boolean_">SetCheckStatus(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the check status of the row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IOutlineColumn_SetCollapsed_System_Int32_System_Boolean_" data-uid="GrapeCity.Documents.Excel.IOutlineColumn.SetCollapsed(System.Int32,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Excel.IOutlineColumn.SetCollapsed.html#GrapeCity_Documents_Excel_IOutlineColumn_SetCollapsed_System_Int32_System_Boolean_">SetCollapsed(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the collapsed of the row.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
