Provides run-time access to the Cell Summary Module

TypeScript
export interface

Methods

MethodDescription
getCellSummaryOperationValue(operation)Retrieves the value of the given Cell Summary Operation
getCurrentCellSummaryOperation()Retrieves currently selected Cell Summary Operation
getCurrentCellSummaryOperationValue()Retrieves the value of the current selected Cell Summary Operation
getCustomCellSummaryOperations()Retrieves all Custom Cell Summary Operations
openCellSummaryPopupSettingsPanel()Opens Cell Summary Settings Panel with
setCurrentCellSummaryOperation(operation)Sets the currently selected Cell Summary Operation

Method Details

getCellSummaryOperationValue

Retrieves the value of the given Cell Summary Operation

TypeScript
getCellSummaryOperationValue(operation: CustomCellSummaryOperation | string): any;
Parameters
ParameterType
operationCustomCellSummaryOperation | string
Returns

any

getCurrentCellSummaryOperation

Retrieves currently selected Cell Summary Operation

TypeScript
getCurrentCellSummaryOperation(): CustomCellSummaryOperation | string;
Returns

CustomCellSummaryOperation | string

getCurrentCellSummaryOperationValue

Retrieves the value of the current selected Cell Summary Operation

TypeScript
getCurrentCellSummaryOperationValue(): number;
Returns

number

getCustomCellSummaryOperations

Retrieves all Custom Cell Summary Operations

TypeScript
getCustomCellSummaryOperations(): CustomCellSummaryOperation[];
Returns

CustomCellSummaryOperation[]

openCellSummaryPopupSettingsPanel

Opens Cell Summary Settings Panel with

TypeScript
openCellSummaryPopupSettingsPanel(): void;
Returns

void

setCurrentCellSummaryOperation

Sets the currently selected Cell Summary Operation

TypeScript
setCurrentCellSummaryOperation(operation: CustomCellSummaryOperation | string): void;
Parameters
ParameterType
operationCustomCellSummaryOperation | string
Returns

void