| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
used to specify the function used to calculate a result in the spreadsheet's status bar. More...
| Variables | |
| const short | NONE = 0 | 
| nothing is calculated. | |
| const short | AVERAGE = 1 | 
| average of all numerical values is calculated. | |
| const short | COUNTNUMS = 2 | 
| all values, including non-numerical values, are counted. | |
| const short | COUNT = 3 | 
| numerical values are counted. | |
| const short | MAX = 4 | 
| maximum value of all numerical values is calculated. | |
| const short | MIN = 5 | 
| minimum value of all numerical values is calculated. | |
| const short | SUM = 9 | 
| sum of all numerical values is calculated. | |
used to specify the function used to calculate a result in the spreadsheet's status bar.
| const short AVERAGE = 1 | 
average of all numerical values is calculated.
| const short COUNT = 3 | 
numerical values are counted.
| const short COUNTNUMS = 2 | 
all values, including non-numerical values, are counted.
| const short MAX = 4 | 
maximum value of all numerical values is calculated.
| const short MIN = 5 | 
minimum value of all numerical values is calculated.
| const short NONE = 0 | 
nothing is calculated.
| const short SUM = 9 | 
sum of all numerical values is calculated.