Método PivotField.ClearLabelFilters (Excel)
Este método elimina todos los filtros de etiqueta o todos los filtros de fecha de la colección PivotFilters de PivotField.
Sintaxis
expresión. ClearLabelFilters
Expresión Variable que representa un objeto PivotField .
Comentarios
La lista siguiente contiene los distintos tipos de filtro de etiquetas que eliminará este método:
- xlCaptionEquals
- xlCaptionDoesNotEqual
- xlCaptionIsGreaterThan
- xlCaptionIsGreaterThanOrEqualTo
- xlCaptionIsLessThan
- xlCaptionIsLessThanOrEqualTo
- xlCaptionBeginsWith
- xlCaptionDoesNotBeginWith
- xlCaptionEndsWith
- xlCaptionDoesNotEndWith
- xlCaptionContains
- xlCaptionDoesNotContain
- xlCaptionIsBetween
- xlCaptionIsNotBetween
La lista siguiente contiene los diferentes 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
Soporte técnico y comentarios
¿Tiene preguntas o comentarios sobre VBA para Office o esta documentación? Vea Soporte técnico y comentarios sobre VBA para Office para obtener ayuda sobre las formas en las que puede recibir soporte técnico y enviar comentarios.