[]
        
(Showing Draft Content)

GC.Spread.Slicers.FilteredOutDataType

Enumeration: FilteredOutDataType

Spread.Slicers.FilteredOutDataType

Represents the kind of filtered out exclusive data index that should be included in the result.

Table of contents

Enumeration members

Enumeration members

all

all = 0

Indicates all of the filtered out data.


byCurrentColumn

byCurrentColumn = 1

Indicates the data was filtered out based on the current column.


byOtherColumns

byOtherColumns = 2

Indicates the data was filtered out based on other columns.