Skip to main content
A newer version of this page is available.
All docs
V18.2

DefaultSummaryMenuItemNames Properties

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