FunctionExpression Properties
A built-in or user-defined worksheet function.| Name | Description |
|---|---|
| BracketsCount | Gets or sets the number of pairs of parentheses in which the expression is enclosed. Inherited from Expression. |
| Function | Gets or sets the function used in an expression. |
| InnerExpressions | Gets or sets the expressions used as function arguments. Inherited from FunctionExpressionBase. |
See Also