[]
Specifies the formula restrictions.
[Flags]
public enum FormulaRestrictedCondition
<Flags>
Public Enum FormulaRestrictedCondition
| Name | Description |
|---|---|
| ArrayExpression | Specifies array formulas. |
| CustomName | Specifies custom names only. |
| MultiRangeExpression | Specifies multi-range formulas. |
| None | Specifies no restrictions. |
| RangeResult | Specifies formulas that directly refer to a cell range or a custom name that directly refers to a cell range. |
| RelativeFormula | Specifies relative formulas only. |
| SuppressCustomName | Indicates that the expression, referred to by a custom name, will not be restricted. |
| Table | Specifies formulas that directly refer to a table. |