:: com :: sun :: star :: sheet ::
|
constants group StatusBarFunction |
- Description
- used to specify the function used to calculate a result in the
spreadsheet's status bar.
|
Constants |
NONE |
nothing is calculated.
|
AVERAGE |
average of all numerical values is calculated.
|
COUNTNUMS |
all values, including non-numerical values, are counted.
|
COUNT |
numerical values are counted.
|
MAX |
maximum value of all numerical values is calculated.
|
MIN |
minimum value of all numerical values is calculated.
|
SUM |
sum of all numerical values is calculated.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- nothing is calculated.
|
|
AVERAGE
const short AVERAGE = 1;
- Description
- average of all numerical values is calculated.
|
|
COUNTNUMS
const short COUNTNUMS = 2;
- Description
- all values, including non-numerical values, are counted.
|
|
COUNT
const short COUNT = 3;
- Description
- numerical values are counted.
|
|
MAX
const short MAX = 4;
- Description
- maximum value of all numerical values is calculated.
|
|
MIN
const short MIN = 5;
- Description
- minimum value of all numerical values is calculated.
|
|
SUM
const short SUM = 9;
- Description
- sum of all numerical values is calculated.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.