# C1.Report.SectionCollection.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_SectionCollection_Item_" data-uid="C1.Report.SectionCollection.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_SectionCollection_Item_" data-uid="C1.Report.SectionCollection.Item*"></a>
<h4 id="C1_Report_SectionCollection_Item_C1_Report_SectionTypeEnum_" data-uid="C1.Report.SectionCollection.Item(C1.Report.SectionTypeEnum)">this[SectionTypeEnum]</h4>
<div class="markdown level1 summary"><p>Gets a section from a <a class="xref" href="C1.Report.FlexReport.Sections.html#C1_Report_FlexReport_Sections">Sections</a> collection by its <a class="xref" href="C1.Report.Section.Type.html#C1_Report_Section_Type">Type</a>.
Throws an exception if section with specified <a class="xref" href="C1.Report.Section.Type.html#C1_Report_Section_Type">Type</a> not found.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Section this[SectionTypeEnum index] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Default Property Item(index As SectionTypeEnum) As Section</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Report.SectionTypeEnum.html">SectionTypeEnum</a></td>
      <td><span class="parametername">index</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
