[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.Function.VisibilityDependent

Function.VisibilityDependent Enum

Represents how the visiblity change affects to the calculation.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
[Flags]
protected enum Function.VisibilityDependent
<Flags>
Protected Enum [Function].VisibilityDependent

Fields

Name Description
Both

Both of row and column visibility change affects to the calculation.

Columns

The column visibility change affects to the calculation.

None

The visibility change does not affect to the calculation.

Rows

The row visibility change affects to the calculation.