[]
Ƭ ICalcFieldInfo: Object
プロパティ fieldName 計算フィールドのフィールド名。
プロパティ formula 計算フィールドの数式。
| 名前 | 型 |
|---|---|
fieldName |
string |
formula |
string |
Ƭ ICalcItemInfo: Object
プロパティ sourceName ピボットテーブルのsourceField名の名前。
プロパティ calcItemName ピボットテーブルのsourceFieldのcalcItem名の名前。
プロパティ formula ピボットテーブルのsourceFieldの数式calcItem数式。
プロパティ priority ピボットテーブルsourceFieldcalcItemの優先度。
| 名前 | 型 |
|---|---|
calcItemName |
string |
formula |
string |
priority |
number |
sourceName |
string |
Ƭ IDateGroupInfo: Object
プロパティ by 日付グループ情報の日付単位。
プロパティ [start] グループの開始日。
プロパティ [end] グループの終了日。
| 名前 | 型 |
|---|---|
by |
DateGroupType |
end? |
Date |
start? |
Date |
Ƭ IDateGroupsInfo: Object
プロパティ originFieldName ソースフィールド名。
プロパティ {GC.Spread.Pivot.IDateGroupInfo[]} dateGroups 日付グループ情報。
| 名前 | 型 |
|---|---|
dateGroups |
IDateGroupInfo[] |
originFieldName |
string |
Ƭ IFieldInfo: Object
プロパティ fieldName フィールド名。
プロパティ sourceName ソース名。
プロパティ dataType ソースのデータ型に対応するフィールド。
プロパティ pivotArea 異なる領域のフィールドに影響を与えるフィールドの種類。
プロパティ pivotIndex フィールドエリアのインデックス。
プロパティ {Date|number} [start] 数値型のデータフィールドの最小値または最も古い日付型のフィールド。
プロパティ {Date|number} [end] 数値型のデータフィールドの最大値または最も最新の日付型のフィールド。
| 名前 | 型 |
|---|---|
dataType |
PivotDataType |
end? |
Date | number |
fieldName |
string |
pivotArea |
PivotTableFieldType |
pivotIndex |
number |
sourceName |
string |
start? |
Date | number |
Ƭ INumberGroupInfo: Object
プロパティ originFieldName ソースフィールド名。
プロパティ numberGroup 番号グループ情報。
プロパティ [numberGroup.start] 番号グループ情報の開始番号。
プロパティ [numberGroup.end] 番号グループ情報の終了番号。
プロパティ [numberGroup.start] 番号グループ情報のステップ。
| 名前 | 型 |
|---|---|
numberGroup |
{ by: number ; end?: number ; start?: number } |
numberGroup.by |
number |
numberGroup.end? |
number |
numberGroup.start? |
number |
originFieldName |
string |
Ƭ IPivotArea: Object
プロパティ [type]
プロパティ [fieldName]
プロパティ [labelOnly]
プロパティ [dataOnly]
プロパティ [grandRow]
プロパティ [grandCol]
プロパティ {GC.Spread.Pivot.IPivotReference[]} [references]
プロパティ [offset]
| 名前 | 型 |
|---|---|
dataOnly? |
boolean |
fieldName? |
string |
grandCol? |
boolean |
grandRow? |
boolean |
labelOnly? |
boolean |
references? |
IPivotReference[] |
type? |
PivotAreaType |
Ƭ IPivotAreaOffset: Object
プロパティ row
プロパティ col
プロパティ [rowCount]
プロパティ [colCount]
| 名前 | 型 |
|---|---|
col |
number |
colCount? |
number |
row |
number |
rowCount? |
number |
Ƭ IPivotAreasCollection: Object
プロパティ {Object.<string, GC.Spread.Pivot.IPivotArea[]>} - キーはピボットテーブル名を示し、値は選択されたピボット領域を示します。
▪ [pivotTableName: string]: IPivotArea[]
Ƭ IPivotConditionFilterInfo: Object
プロパティ conditionByName
プロパティ {GC.Pivot.IPivotCaptionConditionFilterInfo | GC.Pivot.IPivotDateConditionFilterInfo | GC.Pivot.IPivotTop10ConditionFilterInfo | GC.Pivot.IPivotValueConditionInfo} condition
| 名前 | 型 |
|---|---|
condition |
IPivotCaptionConditionFilterInfo | IPivotDateConditionFilterInfo | IPivotTop10ConditionFilterInfo | IPivotValueConditionInfo |
conditionByName |
string |
Ƭ IPivotNodeInfo: Object
プロパティ {GC.Spread.Pivot.IPivotItemInfo[]} fieldInfos ノード情報のラベルフィールド情報。
プロパティ valueInfo ノード情報の値フィールド情報。
| 名前 | 型 |
|---|---|
fieldInfos |
IPivotItemInfo[] |
valueInfo |
IValueInfo |
Ƭ IPivotOverwriteNodeInfo: Object
プロパティ {GC.Spread.Pivot.IPivotItemInfo[]} fieldInfos ノード情報のラベルフィールド情報。
プロパティ valueInfo ノード情報の値フィールド情報。
プロパティ value ノード情報の値。
| 名前 | 型 |
|---|---|
fieldInfos |
IPivotItemInfo[] |
value |
number |
valueInfo |
IValueInfo |
Ƭ IPivotReference: Object
プロパティ fieldName
プロパティ [subtotal]
プロパティ {string[]} [items]
| 名前 | 型 |
|---|---|
fieldName |
string |
items? |
string[] |
subtotal? |
boolean |
Ƭ IPivotShowDataAsInfo: Object
プロパティ baseFieldName
プロパティ baseFieldItemType
プロパティ baseFieldItem
| 名前 | 型 |
|---|---|
baseFieldItem? |
string |
baseFieldItemType? |
PivotShowDataAsBaseItemType |
baseFieldName? |
string |
showDataAs |
PivotShowDataAs |
Ƭ IPivotStyle: Object
プロパティ pivotArea ピボットテーブルのpivotArea。
プロパティ style pivotAreaに使用されるスタイル。
| 名前 | 型 |
|---|---|
pivotArea? |
IPivotArea |
style? |
Style |
Ƭ IPivotTableOption: Object
プロパティ [allowMultipleFiltersPerField]
プロパティ [fillDownLabels]
プロパティ [insertBlankLineAfterEachItem]
プロパティ grandTotalPosition
プロパティ subtotalsPosition
プロパティ displayFieldsInPageFilterArea
プロパティ reportFilterFieldsPerColumn
プロパティ [bandRows]
プロパティ [bandColumns]
プロパティ [showRowHeader]
プロパティ [showColumnHeader]
プロパティ [showDrill]
プロパティ [showMissing]
プロパティ {string | number} missingCaption
プロパティ rowLabelIndent
プロパティ [printDrill]
プロパティ [itemPrintTitles]
プロパティ [fieldPrintTitles]
プロパティ [showFilter]
プロパティ [showToolTip]
プロパティ [mergeItem]
プロパティ [isShowErrorValue]
プロパティ [errorValueInfo]
プロパティ [rowHeaderCaption]
プロパティ [colHeaderCaption]
プロパティ [showHeaders]
プロパティ [calcItemAggregation]
プロパティ [enableDataValueEditing]
| 名前 | 型 |
|---|---|
allowMultipleFiltersPerField? |
boolean |
bandColumns? |
boolean |
bandRows? |
boolean |
calcItemAggregation? |
CalcItemAggregation |
colHeaderCaption? |
string |
displayFieldsInPageFilterArea? |
DisplayFields |
enableDataValueEditing? |
boolean |
errorValueInfo? |
string |
fieldPrintTitles? |
boolean |
fillDownLabels? |
boolean |
grandTotalPosition? |
GrandTotalPosition |
insertBlankLineAfterEachItem? |
boolean |
isShowErrorValue? |
boolean |
itemPrintTitles? |
boolean |
mergeItem? |
boolean |
missingCaption? |
string | number |
printDrill? |
boolean |
reportFilterFieldsPerColumn? |
number |
rowHeaderCaption? |
string |
rowLabelIndent? |
number |
showColumnHeader? |
boolean |
showDrill? |
boolean |
showFilter? |
boolean |
showHeaders? |
boolean |
showMissing? |
boolean |
showRowHeader? |
boolean |
showToolTip? |
boolean |
subtotalsPosition? |
SubtotalsPosition |
Ƭ IPivotTablePosition: Object
プロパティ row ピボットテーブルの開始行を示します。
プロパティ col ピボットテーブルの開始列を示します。
プロパティ [sheetName] ピボットテーブルが配置されているシート。
| 名前 | 型 |
|---|---|
col |
number |
row |
number |
sheetName? |
string |
Ƭ IPivotTableRange: Object
プロパティ page フィルタ領域の範囲。
プロパティ content コンテンツ領域の範囲。
| 名前 | 型 |
|---|---|
content |
Range |
page |
Range |
Ƭ IPivotTableView: Object
プロパティ name
プロパティ config
| 名前 | 型 |
|---|---|
config |
ISerializeInfo |
name |
string |
Ƭ IPivotTextFilterInfo: Object
プロパティ textItem
| 名前 | 型 |
|---|---|
textItem |
ITextCollectionCondition |
Ƭ ISerializeFieldInfo: Object
プロパティ conditionBySourceName
プロパティ displayName
プロパティ [subtotal]
プロパティ {GC.Spread.Pivot.IPivotTextFilterInfo | GC.Spread.Pivot.IPivotConditionFilterInfo} [labelFilter]
プロパティ [valueFilter]
プロパティ [sortInfo]
| 名前 | 型 |
|---|---|
displayName |
string |
labelFilter? |
IPivotTextFilterInfo | IPivotConditionFilterInfo |
sortInfo? |
IPivotViewSortInfo |
sourceName |
string |
subtotal? |
SubtotalType |
valueFilter? |
IPivotConditionFilterInfo |
Ƭ ISerializeInfo: Object
プロパティ [layoutType]
プロパティ [options] ピボットテーブルのオプション。
プロパティ [theme] ピボットテーブルのテーマ。
プロパティ [valuePosition] ピボットテーブルのvaluePosition情報
プロパティ {number[]} [pivotTablePosition] ピボットテーブルの位置。
プロパティ {GC.Spread.Pivot.ISerializeFieldInfo[][]} [fieldsInfo] ピボットテーブルのフィールド情報。
プロパティ [styles] ピボットテーブルのピボットエリアのスタイル。
プロパティ [collapseItems] ピボットテーブルの折りたたみ情報。
プロパティ {GC.Spread.Pivot.ISerializeShowDataAsInfo[]} [showDataAsList] データをピボット テーブルの情報として表示します。
| 名前 | 型 |
|---|---|
collapseItems? |
object |
fieldsInfo? |
ISerializeFieldInfo[][] |
layoutType? |
PivotTableLayoutType |
options? |
object |
pivotTablePosition? |
number[] |
showDataAsList? |
ISerializeShowDataAsInfo[] |
showNoDataInfo? |
object |
styles? |
IPivotStyle[] |
theme? |
string |
valuePosition? |
IDataPosition |
Ƭ ISerializeShowDataAsInfo: Object
プロパティ valueFieldName
プロパティ showDataAsInfo
| 名前 | 型 |
|---|---|
showDataAsInfo |
IPivotShowDataAsInfo |
valueFieldName |
string |
Ƭ ISourceFieldInfo: Object
プロパティ name ソースフィールドの名前。
プロパティ [fieldType] ピボットフィールドの種類は、計算フィールドまたはグループフィールドです。
| 名前 | 型 |
|---|---|
fieldType? |
PivotSourceFieldType |
name |
string |
Ƭ ITextCollectionCondition: Object
プロパティ {string[]} list
プロパティ isAll
| 名前 | 型 |
|---|---|
isAll |
boolean |
list |
string[] |
Ƭ ITextGroupInfo: Object
プロパティ originFieldName ソースフィールド名。
プロパティ textGroup Tテキストのグループ情報。
プロパティ textGroup.fieldName グループ化されたフィールド名。
プロパティ textGroup.groupItems テキストグループアイテムの情報。
| 名前 | 型 |
|---|---|
originFieldName |
string |
textGroup |
{ fieldName: string ; groupItems: IStringGroupItems } |
textGroup.fieldName |
string |
textGroup.groupItems |
IStringGroupItems |