# GrapeCity.Spreadsheet.PivotTables.IPivotFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_PivotTables_IPivotFilter" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilter" class="text-break">IPivotFilter Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a filter applied to a PivotTable field.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.html">GrapeCity.Spreadsheet.PivotTables</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_PivotTables_IPivotFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotFilter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotFilter</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_PivotTables_IPivotFilter_DataField" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.DataField">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.DataField.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilter_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value field to which this filter is applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotFilter_FilterType" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.FilterType">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.FilterType.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilter_FilterType">FilterType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the filter, specified by the <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.PivotFilterType.html">PivotFilterType</a>  enumeration.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotFilter_PivotField" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.PivotField">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.PivotField.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilter_PivotField">PivotField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the PivotField to which this filter is applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotFilter_Value1" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.Value1">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.Value1.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilter_Value1">Value1</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or gets the first value used in the filter criteria.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotFilter_Value2" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.Value2">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.Value2.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilter_Value2">Value2</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or gets the second value used in the filter criteria.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_PivotTables_IPivotFilter_WholeDayFilter" data-uid="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.WholeDayFilter">
          <a class="xref" href="GrapeCity.Spreadsheet.PivotTables.IPivotFilter.WholeDayFilter.html#GrapeCity_Spreadsheet_PivotTables_IPivotFilter_WholeDayFilter">WholeDayFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or gets the filtering semantics for date filters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
