Skip to main content
All docs
V23.2

DefaultSummaryMenuItemNames Fields

Contains default item captions displayed within the summary context menu.
Name Description
Average Returns “ItemAverage”. Corresponds to the menu item used to display a column’s average value.
Count Returns “ItemCount”. Corresponds to the menu item used to display the total number of rows.
Customize Returns “ItemCustomize”. Corresponds to the menu item used to invoke the Summary Editor.
Max Returns “ItemMax”. Corresponds to the menu item used to display a column’s maximum value.
Min Returns “ItemMin”. Corresponds to the menu item used to display a column’s minimum value.
Sum Returns “ItemSum”. Corresponds to the menu item used to display the sum of all values in a column.
See Also