Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 979 Bytes

Excel.series.isfiltered.md

File metadata and controls

35 lines (19 loc) · 979 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Series.IsFiltered property (Excel)
vbaxl10.chm578128
vbaxl10.chm578128
90c1564c-439c-de1f-8082-0de3372c0566
05/11/2019
medium

Series.IsFiltered property (Excel)

This setting controls whether the series has been filtered out from the chart. The default value is False. Read/write Boolean.

Syntax

expression.IsFiltered

expression A variable that represents a Series object.

Remarks

When a user filters out a series, the series IsFiltered property switches to True, and the series is transferred out of its parent SeriesCollection. However, that series still remains in its parent FullSeriesCollection. When a user filters the series back in, it is inserted back in its original place in the SeriesCollection.

Property value

BOOL

[!includeSupport and feedback]