[]
Ƭ Binding: string
Ƭ CellAddress: string
Ƭ Change: Object
プロパティ {GC.Spread.Report.IRecord[]} records - 更新および挿入されたレコード。
プロパティ {GC.Spread.Report.IRecord[]} deleteRecords - 削除されたレコード。
プロパティ rule - レポートシートのデータ操作の更新ルール(Write Back Rule)。
| 名前 | 型 | 説明 |
|---|---|---|
deleteRecords |
IRecord[] |
削除されたレコード。 |
records |
IRecord[] |
更新および挿入されたレコード。 |
rule |
IWriteBackRule |
レポートシートのデータ操作の更新ルール(Write Back Rule)。 |
Ƭ ChartCell: Object
| 名前 | 型 |
|---|---|
chartPreviewVisible? |
boolean |
dataChartName |
string |
type |
"Chart" |
Ƭ ConditionRule: { column: string ; operator: ConditionRuleOperator } & IConditionRuleValueType | IConditionRuleCellType | IConditionRuleDataColumnType | IConditionRuleParameterType | IConditionRuleFormulaType
Ƭ ConditionRuleOperator: "Equal" | "NotEqual" | "GreaterThanOrEqual" | "GreaterThan" | "LessThanOrEqual" | "LessThan" | "StartWith" | "NotStartWith" | "EndWith" | "NotEndWith" | "Contains" | "NotContains" | "In" | "NotIn"
Ƭ DataEntrySetting: IWriteBackRule[]
Ƭ DataType: number | string | Date | boolean
Ƭ FieldState: "normal" | "new" | "updated" | "deleted"
Ƭ FilterCondition: ConditionRule | FilterConditionFormulaRule | IFilterConditionAndRelationType | IFilterConditionOrRelationType
Ƭ FilterConditionFormulaRule: Object
| 名前 | 型 |
|---|---|
formula |
string |
Ƭ Formula: string
Ƭ GroupCell: IDataCellBase & { bins?: IGroupBin[] ; formula?: Formula ; type: "Group" }
Ƭ InitParametersUIFunctionType: (sheet: Worksheet) => void
▸ (sheet): void
説明 パラメータ UI シートがレンダリングされるときのコールバック。
| 名前 | 型 | 説明 |
|---|---|---|
sheet |
Worksheet |
初期パラメータ UI シート。ユーザーはここでパラメータ UI シートを更新できます。 |
void
Ƭ LayoutSetting: IRowLayoutSetting | IColumnLayoutSetting
Ƭ ListCell: IDataCellBase & { spillMode?: "Insert" | "Overwrite" ; type: "List" }
Ƭ OnChangeFunctionType: (sheet: ReportSheet, changedArgs: IParameterChangedArgs) => void
▸ (sheet, changedArgs): void
説明 パラメータUIの値が変更されたときのコールバック。
| 名前 | 型 | 説明 |
|---|---|---|
sheet |
ReportSheet |
パラメータUIはレポートシートがバインドされます。 |
changedArgs |
IParameterChangedArgs |
変更されたパラメータ値。 |
void
Ƭ PaginationOrder: "DownThenOver" | "OverThenDown"
Ƭ RenderMode: "Design" | "PaginatedPreview" | "Preview"
Ƭ SheetNameGenerator: (pageIndex: number) => string
▸ (pageIndex): string
| 名前 | 型 |
|---|---|
pageIndex |
number |
string
Ƭ SortOption: { asc: string } | { desc: string } & { list?: string[] }
Ƭ SpillDirection: "Horizontal" | "Vertical" | "None"
Ƭ StaticCell: Object
| 名前 | 型 |
|---|---|
autoExpand? |
"Both" | "Horizontal" | "Vertical" | "None" |
initialExpansionState? |
"Expanded" | "Collapsed" |
pin? |
"None" | "Row" | "Column" | "Both" |
showCollapseButton? |
boolean |
type |
"Static" |
Ƭ SummaryAggregate: "Sum" | "Avg" | "Max" | "Min" | "Count"
Ƭ SummaryCell: IDataCellBase & { aggregate: SummaryAggregate ; type: "Summary" }
Ƭ TemplateCell: ListCell | GroupCell | SummaryCell | StaticCell | ChartCell & ITemplateCellCommonSetting