Compartir a través de


PivotField.ClearLabelFilters Método

Definición

Este método elimina todos los filtros de etiqueta o todos los filtros de fecha de la PivotFilters colección de PivotField.

public:
 void ClearLabelFilters();
public void ClearLabelFilters ();
Public Sub ClearLabelFilters ()

Comentarios

En la tabla siguiente se incluyen los tipos de filtro de rótulo que eliminará este método.

xlCaptionEquals
xlCaptionDoesNotEqual
xlCaptionIsGreaterThan
xlCaptionIsGreaterThanOrEqualTo
xlCaptionIsLessThan
xlCaptionIsLessThanOrEqualTo
xlCaptionBeginsWith
xlCaptionDoesNotBeginWith
xlCaptionEndsWith
xlCaptionDoesNotEndWith
xlCaptionContains
xlCaptionDoesNotContain
xlCaptionIsBetween
xlCaptionIsNotBetween

En la tabla siguiente se incluyen los tipos de filtro de fecha que eliminará este método.

xlSpecificDate
xlNotSpecificDate
xlBefore
xlBeforeOrEqualTo
xlAfter
xlAfterOrEqualTo
xlDateBetween
xlDateNotBetween
xlDateToday
xlDateYesterday
xlDateTomorrow
xlDateThisWeek
xlDateLastWeek
xlDateNextWeek
xlDateThisMonth
xlDateLastMonth
xlDateNextMonth
xlDateThisQuarter
xlDateLastQuarter
xlDateNextQuarter
xlDateThisYear
xlDateLastYear
xlDateNextYear
xlYearToDate
xlAllDatesInPeriodQuarter1
xlAllDatesInPeriodQuarter2
xlAllDatesInPeriodQuarter3
xlAllDatesInPeriodQuarter4
xlAllDatesInPeriodJanuary
xlAllDatesInPeriodFebruary
xlAllDatesInPeriodMarch
xlAllDatesInPeriodApril
xlAllDatesInPeriodMay
xlAllDatesInPeriodJune
xlAllDatesInPeriodJuly
xlAllDatesInPeriodAugust
xlAllDatesInPeriodSeptember
xlAllDatesInPeriodOctober
xlAllDatesInPeriodNovember
xlAllDatesInPeriodDecember

Se aplica a