Methods' Summary |
callFunction |
calls a function and returns the result of the call.
|
Methods' Details |
callFunction
- Description
- calls a function and returns the result of the call.
- Parameter aName
- the (programmatic) name of the function.
- Parameter aArguments
- the arguments for the function call.
Each element must be of one of the following types:
long or double
- for a numeric value.
string
- for a textual value.
long[][] or double[][]
- for an array of numeric values.
string[][]
- for an array of textual values.
any[][]
- for a mixed array, where each element must be of void,
long , double or string
type.
- ::com::sun::star::table::XCellRange
- for a SheetCellRange object that contains the
data.
- Returns
- the result of the function call.
Possible types for the result are:
- void
- if no result is available.
double
- for a numeric result.
string
- for a textual result.
any[][]
- for an array result, containing
double and
string values.
- Throws
- ::com::sun::star::container::NoSuchElementException
if the named function does not exist.
- Throws
- ::com::sun::star::lang::IllegalArgumentException
if the function can not be called with these arguments.
|
|
Top of Page
Copyright © 2000, 2013 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.