[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.Function.GetVisibilityDependent

GetVisibilityDependent Method

GetVisibilityDependent(int, int)

Determines whether the visibility change affects to the calculation.

Declaration
protected virtual Function.VisibilityDependent GetVisibilityDependent(int argIndex, int argumentCount)
Protected Overridable Function GetVisibilityDependent(argIndex As Integer, argumentCount As Integer) As [Function].VisibilityDependent
Parameters
Type Name Description
int argIndex

An integer value indicates the index of the argument.

int argumentCount

An integer value indicates the total number of arguments.

Returns
Type Description
Function.VisibilityDependent

A Function.VisibilityDependent value represents how the visibility change affects to the calculation.