# GrapeCity.Spreadsheet.Slicers.ISlicerItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Slicers_ISlicerItem" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItem" class="text-break">ISlicerItem Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an item in a slicer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Slicers.html">GrapeCity.Spreadsheet.Slicers</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Slicers_ISlicerItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISlicerItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISlicerItem</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_Slicers_ISlicerItem_Caption" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItem.Caption">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.Caption.html#GrapeCity_Spreadsheet_Slicers_ISlicerItem_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the label text for the slicer item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItem_HasData" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItem.HasData">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.HasData.html#GrapeCity_Spreadsheet_Slicers_ISlicerItem_HasData">HasData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the slicer item contains data that matches the current manual filter state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItem_Name" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItem.Name">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.Name.html#GrapeCity_Spreadsheet_Slicers_ISlicerItem_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the slicer item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItem_Selected" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItem.Selected">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.Selected.html#GrapeCity_Spreadsheet_Slicers_ISlicerItem_Selected">Selected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the slicer item is selected.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItem_SourceName" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItem.SourceName">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.SourceName.html#GrapeCity_Spreadsheet_Slicers_ISlicerItem_SourceName">SourceName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source name of the slicer item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItem_SourceNameStandard" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItem.SourceNameStandard">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.SourceNameStandard.html#GrapeCity_Spreadsheet_Slicers_ISlicerItem_SourceNameStandard">SourceNameStandard</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the slicer item's source name in standard English (United States) format settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Slicers_ISlicerItem_Value" data-uid="GrapeCity.Spreadsheet.Slicers.ISlicerItem.Value">
          <a class="xref" href="GrapeCity.Spreadsheet.Slicers.ISlicerItem.Value.html#GrapeCity_Spreadsheet_Slicers_ISlicerItem_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the slicer item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
