[]
        
(Showing Draft Content)

GC.Pivot

Namespace: Pivot

GC.Pivot

Table of contents

Enumerations

Interfaces

Type aliases

Type aliases

IDataPosition

Ƭ IDataPosition: Object

property [display]

property

property

Type declaration

Name Type
display? boolean
positionIndex number
positionType DataPosition

IPivotCaptionConditionFilterInfo

Ƭ IPivotCaptionConditionFilterInfo: Object

property conType

property {string[]} val

property operator

Type declaration

Name Type
conType PivotConditionType
operator PivotCaptionFilterOperator
val string[]

IPivotDateConditionFilterInfo

Ƭ IPivotDateConditionFilterInfo: Object

property conType

property {Date[]} val

property operator

property isWholeDay

property isDynamicEndDate

property isParallel

property by

Type declaration

Name Type
by? PivotAdvancedDateFilterBy
conType PivotConditionType
isDynamicEndDate? boolean
isParallel? boolean
isWholeDay boolean
operator PivotDateFilterOperator
val Date[]

IPivotTop10ConditionFilterInfo

Ƭ IPivotTop10ConditionFilterInfo: Object

property conType

property val

property type

property operator

Type declaration

Name Type
conType PivotConditionType
operator PivotTop10FilterOperator
type PivotTop10FilterType
val number

IPivotValueConditionInfo

Ƭ IPivotValueConditionInfo: Object

property conType

property {number[]} val

property operator

Type declaration

Name Type
conType PivotConditionType
operator PivotValueFilterOperator
val number[]

IPivotViewSortInfo

Ƭ IPivotViewSortInfo: Object

property [customSortInfo]

property sortType

property [sortValueFieldName]

Type declaration

Name Type
customSortInfo? ICustomSortCallBack
sortType? SortType
sortValueFieldName? string

IStringGroupItems

Ƭ IStringGroupItems: Object

property {Object.<string, string[] | number[]>} -The group field items name and the matched items text.

Index signature

▪ [groupItemName: string]: (string | number)[]


IValueInfo

Ƭ IValueInfo: Object

property sourceName value field source name.

property subtotalType value field subtotal type.

Type declaration

Name Type
sourceName string
subtotalType SubtotalType