:: com :: sun :: star :: sheet ::
|
constants group FunctionCategory |
- Description
- used to specify the category of a spreadsheet function.
|
Constants |
DATABASE |
specifies a database function.
|
DATETIME |
specifies a function that calculates with dates and/or times.
|
FINANCIAL |
specifies a financial function.
|
INFORMATION |
specifies a function that returns information about the cell,
the cell contents or the current formula.
|
LOGICAL |
specifies a boolean function.
|
MATHEMATICAL |
specifies a common mathematical function
|
MATRIX |
specifies a matrix function.
|
STATISTICAL |
specifies a statistical function
|
SPREADSHEET |
specifies a function that returns information using the spreadsheet
contents or specific cell positions.
|
TEXT |
specifies a text function.
|
ADDIN |
specifies a common add-in function.
|
Constants' Details |
DATABASE
const long DATABASE = 1;
- Description
- specifies a database function.
|
|
DATETIME
const long DATETIME = 2;
- Description
- specifies a function that calculates with dates and/or times.
|
|
FINANCIAL
const long FINANCIAL = 3;
- Description
- specifies a financial function.
|
|
INFORMATION
const long INFORMATION = 4;
- Description
- specifies a function that returns information about the cell,
the cell contents or the current formula.
|
|
LOGICAL
const long LOGICAL = 5;
- Description
- specifies a boolean function.
|
|
MATHEMATICAL
const long MATHEMATICAL = 6;
- Description
- specifies a common mathematical function
|
|
MATRIX
const long MATRIX = 7;
- Description
- specifies a matrix function.
|
|
STATISTICAL
const long STATISTICAL = 8;
- Description
- specifies a statistical function
|
|
SPREADSHEET
const long SPREADSHEET = 9;
- Description
- specifies a function that returns information using the spreadsheet
contents or specific cell positions.
|
|
TEXT
const long TEXT = 10;
- Description
- specifies a text function.
|
|
ADDIN
const long ADDIN = 11;
- Description
- specifies a common add-in function.
|
|
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.