public class CustomFunctionDefinition
extends java.lang.Object
| Constructor and Description |
|---|
CustomFunctionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getArrayModeParameters(java.lang.String functionName)
Gets the indices of given custom function's parameters that need to be calculated in array mode.
|
public int[] getArrayModeParameters(java.lang.String functionName)
Remarks
For an expression that needs to be calculated, taking A:A+B:B as an example: Generally in value mode it will be calculated to a single value according to current cell base. But in array mode, all values of A1+B1,A2+B2,A3+B3,... will be calculated and used for the calculation.functionName - Name of the custom function.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.