PivotField.ClearLabelFilters Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |