# GrapeCity.Documents.Excel.ISlicer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ISlicer" data-uid="GrapeCity.Documents.Excel.ISlicer" class="text-break">ISlicer Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a slicer in a <a class="xref" href="GrapeCity.Documents.Excel.IWorkbook.html">IWorkbook</a>.</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_ISlicer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISlicer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISlicer</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_ISlicer_Caption" data-uid="GrapeCity.Documents.Excel.ISlicer.Caption">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Caption.html#GrapeCity_Documents_Excel_ISlicer_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption of the specified slicer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_DisplayHeader" data-uid="GrapeCity.Documents.Excel.ISlicer.DisplayHeader">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.DisplayHeader.html#GrapeCity_Documents_Excel_ISlicer_DisplayHeader">DisplayHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the header that displays the slicer <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.html">ISlicer</a>.Caption is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_Height" data-uid="GrapeCity.Documents.Excel.ISlicer.Height">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Height.html#GrapeCity_Documents_Excel_ISlicer_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the specified slicer, in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_Left" data-uid="GrapeCity.Documents.Excel.ISlicer.Left">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Left.html#GrapeCity_Documents_Excel_ISlicer_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_Name" data-uid="GrapeCity.Documents.Excel.ISlicer.Name">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Name.html#GrapeCity_Documents_Excel_ISlicer_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the specified slicer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_NumberOfColumns" data-uid="GrapeCity.Documents.Excel.ISlicer.NumberOfColumns">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.NumberOfColumns.html#GrapeCity_Documents_Excel_ISlicer_NumberOfColumns">NumberOfColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in the specified slicer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_RowHeight" data-uid="GrapeCity.Documents.Excel.ISlicer.RowHeight">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.RowHeight.html#GrapeCity_Documents_Excel_ISlicer_RowHeight">RowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height, in points, of each row in the specified slicer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_Shape" data-uid="GrapeCity.Documents.Excel.ISlicer.Shape">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Shape.html#GrapeCity_Documents_Excel_ISlicer_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.Drawing.IShape.html">IShape</a> object associated with the specified slicer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_SlicerCache" data-uid="GrapeCity.Documents.Excel.ISlicer.SlicerCache">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.SlicerCache.html#GrapeCity_Documents_Excel_ISlicer_SlicerCache">SlicerCache</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Excel.ISlicerCache.html">ISlicerCache</a> object associated with the slicer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_Style" data-uid="GrapeCity.Documents.Excel.ISlicer.Style">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Style.html#GrapeCity_Documents_Excel_ISlicer_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style currently applied to the specified slicer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_Top" data-uid="GrapeCity.Documents.Excel.ISlicer.Top">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Top.html#GrapeCity_Documents_Excel_ISlicer_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical position of the specified slicer, in points, relative to the upper-left corner of cell A1 on a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_Width" data-uid="GrapeCity.Documents.Excel.ISlicer.Width">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Width.html#GrapeCity_Documents_Excel_ISlicer_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the specified slicer, in points.</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_ISlicer_Delete" data-uid="GrapeCity.Documents.Excel.ISlicer.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.Delete.html#GrapeCity_Documents_Excel_ISlicer_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the slicer and removes it from the associated <a class="xref" href="GrapeCity.Documents.Excel.ISlicers.html">ISlicers</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.ISlicer.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.FromJson.html#GrapeCity_Documents_Excel_ISlicer_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the slicer settings from the json string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ISlicer_ToJson" data-uid="GrapeCity.Documents.Excel.ISlicer.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.ISlicer.ToJson.html#GrapeCity_Documents_Excel_ISlicer_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a json string from slicer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
