[]
GC.Pivot
Ƭ IDataPosition: Object
property
[display]
property
property
Name | Type |
---|---|
display? |
boolean |
positionIndex |
number |
positionType |
DataPosition |
Ƭ IPivotCaptionConditionFilterInfo: Object
property
conType
property
{string[]} val
property
operator
Name | Type |
---|---|
conType |
PivotConditionType |
operator |
PivotCaptionFilterOperator |
val |
string [] |
Ƭ IPivotDateConditionFilterInfo: Object
property
conType
property
{Date[]} val
property
operator
property
isWholeDay
property
isDynamicEndDate
property
isParallel
property
by
Name | Type |
---|---|
by? |
PivotAdvancedDateFilterBy |
conType |
PivotConditionType |
isDynamicEndDate? |
boolean |
isParallel? |
boolean |
isWholeDay |
boolean |
operator |
PivotDateFilterOperator |
val |
Date [] |
Ƭ IPivotTop10ConditionFilterInfo: Object
property
conType
property
val
property
type
property
operator
Name | Type |
---|---|
conType |
PivotConditionType |
operator |
PivotTop10FilterOperator |
type |
PivotTop10FilterType |
val |
number |
Ƭ IPivotValueConditionInfo: Object
property
conType
property
{number[]} val
property
operator
Name | Type |
---|---|
conType |
PivotConditionType |
operator |
PivotValueFilterOperator |
val |
number [] |
Ƭ IPivotViewSortInfo: Object
property
sortType sort field by ascending or descending or custom.
property
sortValueFieldName sort field by specified value area field's value.
property
{GC.Spread.Pivot.IPivotReference[]} sortByPivotReferences sort field by specified row or column. sortValueFieldName is must if use this property.
property
customSortCallback sort field by custom way. should return the ordered field items array.
Name | Type |
---|---|
customSortCallback? |
ICustomSortCallBack |
sortByPivotReferences? |
IPivotReference [] |
sortType? |
SortType |
sortValueFieldName? |
string |
Ƭ IStringGroupItems: Object
property
{Object.<string, string[] | number[]>} -The group field items name and the matched items text.
▪ [groupItemName: string
]: (string
| number
)[]
Ƭ IValueInfo: Object
property
sourceName value field source name.
property
subtotalType value field subtotal type.
Name | Type |
---|---|
sourceName |
string |
subtotalType |
SubtotalType |