[]
The restrictions of formulas.
[Flags]
public enum FormulaRestrictedCondition
<Flags>
Public Enum FormulaRestrictedCondition
| Name | Description |
|---|---|
| CustomName | Restriction of custom name. |
| None | No restriction. |
| RangeResult | Restriction of formula that directly refers to a cell range or a custom name that directly refers to a cell range. |
| RelativeFormula | Restriction of relative formula. |
| SuppressCustomName | Indicates that the expression, referred to by a custom name, will not be restricted. |