[]
Determines whether the visibility change affects to the calculation.
protected virtual Function.VisibilityDependent GetVisibilityDependent(int argIndex, int argumentCount)
Protected Overridable Function GetVisibilityDependent(argIndex As Integer, argumentCount As Integer) As [Function].VisibilityDependent
| 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. |
| Type | Description |
|---|---|
| Function.VisibilityDependent | A Function.VisibilityDependent value represents how the visibility change affects to the calculation. |