PivotField.ClearLabelFilters Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Esse método exclui todos os filtros de rótulo ou todos os filtros de data na PivotFilters coleção do PivotField.
public:
void ClearLabelFilters();
public void ClearLabelFilters ();
Public Sub ClearLabelFilters ()
Comentários
A tabela a seguir lista os diferentes tipos de filtro de rótulo que serão excluídos por este método.
xlCaptionEquals |
xlCaptionDoesNotEqual |
xlCaptionIsGreaterThan |
xlCaptionIsGreaterThanOrEqualTo |
xlCaptionIsLessThan |
xlCaptionIsLessThanOrEqualTo |
xlCaptionBeginsWith |
xlCaptionDoesNotBeginWith |
xlCaptionEndsWith |
xlCaptionDoesNotEndWith |
xlCaptionContains |
xlCaptionDoesNotContain |
xlCaptionIsBetween |
xlCaptionIsNotBetween |
A tabela a seguir lista os diferentes tipos de filtro de data que serão excluídos por 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 |