[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.FormulaRestrictedCondition

FormulaRestrictedCondition Enum

Specifies the formula restrictions.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
[Flags]
public enum FormulaRestrictedCondition
<Flags>
Public Enum FormulaRestrictedCondition

Fields

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.