Included Services - Summary |
SpreadsheetDocumentSettings |
contributes properties to control the behavior of some functions
(i.e. NullDate, IgnoreCase, RegularExpressions).
|
Exported Interfaces - Summary |
XFunctionAccess |
provides calculating the result of a spreadsheet function.
|
Properties' Summary |
boolean
IsArrayFunction |
[ OPTIONAL ]
specifies whether the function call is performed as array function
call.
|
Included Services - Details |
SpreadsheetDocumentSettings
- Description
- contributes properties to control the behavior of some functions
(i.e. NullDate, IgnoreCase, RegularExpressions).
|
|
Exported Interfaces - Details |
XFunctionAccess
- Description
- provides calculating the result of a spreadsheet function.
|
|
Properties' Details |
IsArrayFunction
boolean IsArrayFunction;
- Usage Restrictions
- optional
- Description
- specifies whether the function call is performed as array function
call.
If set to true, the result of the function call will be
calculated similar to array formulas in a spreadsheet document. The
return value of the function call will usually be a sequence of
sequences containing the values of the resulting array. Example: If the
function ABS is called for a 3x2 cell range, the result will be a 3x2
array containing the absolute values of the numbers contained in the
specified cell range.
If set to false, the result of the function call will be
calculated similar to simple cell formulas in a spreadsheet document.
The return value of the function call will usually be a single value.
Of course, some functions always return an array, for example the
MUNIT function.
For compatibility with older versions, the default value of this
property is true.
- Since
- OOo 3.3
|
|
Top of Page
Copyright © 2000, 2014 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.